Uses of Class
org.springframework.data.util.ClassTypeInformation
Package
Description
Core utility APIs such as a type information framework to resolve generic types.
-
Uses of ClassTypeInformation in org.springframework.data.util
Modifier and TypeFieldDescriptionstatic final ClassTypeInformation<Collection>
ClassTypeInformation.COLLECTION
Deprecated, for removal: This API element is subject to removal in a future version.static final ClassTypeInformation<List>
ClassTypeInformation.LIST
Deprecated, for removal: This API element is subject to removal in a future version.static final ClassTypeInformation<Map>
ClassTypeInformation.MAP
Deprecated, for removal: This API element is subject to removal in a future version.static final ClassTypeInformation<Object>
ClassTypeInformation.OBJECT
Deprecated, for removal: This API element is subject to removal in a future version.static final ClassTypeInformation<Set>
ClassTypeInformation.SET
Deprecated, for removal: This API element is subject to removal in a future version.Modifier 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.