Package | Description |
---|---|
io.lettuce.core.dynamic.support |
Support classes imported from the Spring Framework.
|
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
static <S> ClassTypeInformation<S> |
ClassTypeInformation.from(Class<S> type)
Simple factory method to easily create new instances of
ClassTypeInformation . |
ClassTypeInformation<?> |
TypeInformation.getRawTypeInformation()
Returns a
ClassTypeInformation to represent the TypeInformation of the raw type of the current instance. |
ClassTypeInformation<?> |
ClassTypeInformation.getRawTypeInformation() |
Copyright © 2023 lettuce.io. All rights reserved.