X - The type of the view or attributepublic interface Type<X>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Type.MappingType
The different mapping types.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getConvertedType()
The declared type that is converted by the converter, or
null if no converter exists. |
TypeConverter<?,X> |
getConverter()
The converter for converting objects between the converted type and the actual entity view model type.
|
Class<X> |
getJavaType()
Returns the java class of the type.
|
Type.MappingType |
getMappingType()
Returns the mapping type.
|
Type getConvertedType()
null if no converter exists.TypeConverter<?,X> getConverter()
Type.MappingType getMappingType()
Copyright © 2014–2018 Blazebit. All rights reserved.