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 TypeMethodDescriptionstatic ParameterTypesParameterTypes.of(List<TypeDescriptor> types) Returns theParameterTypesfor the given list ofTypeDescriptors.Methods in org.springframework.data.util that return types with arguments of type ParameterTypesModifier and TypeMethodDescriptionprotected Optional<ParameterTypes>ParameterTypes.getParent()protected final Optional<ParameterTypes>ParameterTypes.getParent(TypeDescriptor tail) protected Optional<ParameterTypes>ParameterTypes.withLastVarArgs()Constructor parameters in org.springframework.data.util with type arguments of type ParameterTypesModifierConstructorDescriptionParameterTypes(List<TypeDescriptor> types, Lazy<Collection<ParameterTypes>> alternatives)