| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListTypeHandler<T,E extends FieldUpdateEvent<T>,R extends ReflectionFormBuilder> |
class |
BooleanListTypeHandler |
class |
BooleanTypeHandler |
class |
DateTypeHandler |
class |
DoubleTypeHandler |
class |
FloatTypeHandler |
class |
GenericListTypeHandler<R extends ReflectionFormBuilder,C extends Component>
A
TypeHandler which allows to check for an exact type match (which is
handled immediately (and the result returned)) and retrieve the type of the
List.Furthermore check different class annotations for the base type
and the generic list type. |
class |
IntegerListTypeHandler |
class |
IntegerTypeHandler |
class |
LongTypeHandler |
class |
MappingTypeHandler<T,E extends FieldUpdateEvent<T>,R extends ReflectionFormBuilder> |
class |
NumberTypeHandler |
class |
SimpleEntityListTypeHandler |
class |
SqlDateTypeHandler |
class |
StringListTypeHandler |
class |
StringTypeHandler |
| Constructor and Description |
|---|
GenericListTypeHandler(Map<Type,TypeHandler<?,?,?,?>> genericsTypeHandlerMapping,
Map<Type,TypeHandler<?,?,?,?>> typeHandlerMapping) |
GenericListTypeHandler(Map<Type,TypeHandler<?,?,?,?>> genericsTypeHandlerMapping,
Map<Type,TypeHandler<?,?,?,?>> typeHandlerMapping) |
| Modifier and Type | Method and Description |
|---|---|
Map<Type,TypeHandler<?,?,?,?>> |
MappingTypeHandlerFactory.generateTypeHandlerMapping() |
Copyright © 2018. All rights reserved.