Uses of Class
org.springframework.data.util.ParameterTypes
Packages that use ParameterTypes
Package
Description
Core utility APIs such as a type information framework to resolve generic types.
-
Uses of ParameterTypes in org.springframework.data.util
Methods in org.springframework.data.util that return ParameterTypesModifier and TypeMethodDescriptionprotected @Nullable ParameterTypesParameterTypes.getParent()protected final @Nullable ParameterTypesParameterTypes.getParent(TypeDescriptor tail) static ParameterTypesParameterTypes.of(List<TypeDescriptor> types) Returns theParameterTypesfor the given list ofTypeDescriptors.protected @Nullable ParameterTypesParameterTypes.withLastVarArgs()Constructor parameters in org.springframework.data.util with type arguments of type ParameterTypesModifierConstructorDescriptionParameterTypes(List<TypeDescriptor> types, Lazy<Collection<ParameterTypes>> alternatives)