Uses of Class
org.springframework.data.util.ClassTypeInformation
Packages that use ClassTypeInformation
Package
Description
Core utility APIs such as a type information framework to resolve generic types.
-
Uses of ClassTypeInformation in org.springframework.data.util
Fields in org.springframework.data.util declared as ClassTypeInformationModifier and TypeFieldDescriptionstatic final ClassTypeInformation<Collection>ClassTypeInformation.COLLECTIONDeprecated, for removal: This API element is subject to removal in a future version.static final ClassTypeInformation<List>ClassTypeInformation.LISTDeprecated, for removal: This API element is subject to removal in a future version.static final ClassTypeInformation<Map>ClassTypeInformation.MAPDeprecated, for removal: This API element is subject to removal in a future version.static final ClassTypeInformation<Object>ClassTypeInformation.OBJECTDeprecated, for removal: This API element is subject to removal in a future version.static final ClassTypeInformation<Set>ClassTypeInformation.SETDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.data.util that return ClassTypeInformationModifier and TypeMethodDescriptionstatic <S> ClassTypeInformation<S>Deprecated.since 3.0.ClassTypeInformation.getRawTypeInformation()Deprecated, for removal: This API element is subject to removal in a future version.