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 ParameterTypesReturns 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(org.springframework.core.convert.TypeDescriptor tail) protected Optional<ParameterTypes>ParameterTypes.withLastVarArgs()Constructor parameters in org.springframework.data.util with type arguments of type ParameterTypesModifierConstructorDescriptionParameterTypes(List<org.springframework.core.convert.TypeDescriptor> types, Lazy<Collection<ParameterTypes>> alternatives)