Uses of Class
io.lettuce.core.dynamic.support.ClassTypeInformation
| Package | Description |
|---|---|
| io.lettuce.core.dynamic.support |
Support classes imported from the Spring Framework.
|
-
Uses of ClassTypeInformation in io.lettuce.core.dynamic.support
Fields in io.lettuce.core.dynamic.support declared as ClassTypeInformation Modifier and Type Field Description static ClassTypeInformation<Collection>ClassTypeInformation. COLLECTIONstatic ClassTypeInformation<List>ClassTypeInformation. LISTstatic ClassTypeInformation<Map>ClassTypeInformation. MAPstatic ClassTypeInformation<Object>ClassTypeInformation. OBJECTstatic ClassTypeInformation<Set>ClassTypeInformation. SETMethods in io.lettuce.core.dynamic.support that return ClassTypeInformation Modifier and Type Method Description static <S> ClassTypeInformation<S>ClassTypeInformation. from(Class<S> type)Simple factory method to easily create new instances ofClassTypeInformation.ClassTypeInformation<?>ClassTypeInformation. getRawTypeInformation()ClassTypeInformation<?>TypeInformation. getRawTypeInformation()Returns aClassTypeInformationto represent theTypeInformationof the raw type of the current instance.