|
Spring Data Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassTypeInformation | |
|---|---|
| org.springframework.data.convert | General purpose conversion framework to read objects from a data store abstraction and write it back. |
| org.springframework.data.util | Core utility APIs such as a type information framework to resolve generic types. |
| Uses of ClassTypeInformation in org.springframework.data.convert |
|---|
| Methods in org.springframework.data.convert that return ClassTypeInformation | |
|---|---|
ClassTypeInformation<?> |
SimpleTypeInformationMapper.resolveTypeFrom(Object alias)
Returns the TypeInformation that shall be used when the given String value is found as type hint. |
ClassTypeInformation<?> |
MappingContextTypeInformationMapper.resolveTypeFrom(Object alias)
|
ClassTypeInformation<?> |
ConfigurableTypeInformationMapper.resolveTypeFrom(Object alias)
|
| Uses of ClassTypeInformation in org.springframework.data.util |
|---|
| Fields in org.springframework.data.util declared as ClassTypeInformation | |
|---|---|
static ClassTypeInformation<Collection> |
ClassTypeInformation.COLLECTION
|
static ClassTypeInformation<List> |
ClassTypeInformation.LIST
|
static ClassTypeInformation<Map> |
ClassTypeInformation.MAP
|
static ClassTypeInformation<Object> |
ClassTypeInformation.OBJECT
|
static ClassTypeInformation<Set> |
ClassTypeInformation.SET
|
| Methods in org.springframework.data.util that return ClassTypeInformation | ||
|---|---|---|
static
|
ClassTypeInformation.from(Class<S> type)
Simple factory method to easily create new instances of ClassTypeInformation. |
|
ClassTypeInformation<?> |
ClassTypeInformation.getRawTypeInformation()
|
|
ClassTypeInformation<?> |
TypeInformation.getRawTypeInformation()
Returns a ClassTypeInformation to represent the TypeInformation of the raw type of the current
instance. |
|
|
Spring Data Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||