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()Deprecated, for removal: This API element is subject to removal in a future version.protected final @Nullable ParameterTypesParameterTypes.getParent(TypeDescriptor tail) Deprecated, for removal: This API element is subject to removal in a future version.static ParameterTypesParameterTypes.of(List<TypeDescriptor> types) Deprecated, for removal: This API element is subject to removal in a future version.Returns theParameterTypesfor the given list ofTypeDescriptors.protected @Nullable ParameterTypesParameterTypes.withLastVarArgs()Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in org.springframework.data.util with type arguments of type ParameterTypesModifierConstructorDescriptionParameterTypes(List<TypeDescriptor> types, Lazy<Collection<ParameterTypes>> alternatives) Deprecated, for removal: This API element is subject to removal in a future version.