| Class | Description |
|---|---|
| EntityMapperBehavior<ENTITY> |
Implies that the
Mapper will not act on the Raw Tuple
but the ENTITY instead and guarantees to produce the ENTITY as a result. |
| IntermediateResultMapperBehavior |
The result of this
Mapper is used to produce a result capable of being consumed by other Mappers; defined
by {IntermediateResultMapperBehavior.getResultName(). |
| ModeAwareMapperBehavior | |
| OutputTypeAwareMapperBehavior | |
| ProcessFieldMapperBehavior<E,V> | Deprecated
@see SetEntityFieldMapperBehavior
|
| SetEntityFieldMapperBehavior<E,V> |
Allows to pre or post process or initialize a Field and then setting it in an entity by
AbstractEntityTransformer#setEntity() and similar use cases. |
| SkipValueMapperBehavior |
If applied Will prevent the
Mapper from applying a value that matches SkipValueMapperBehavior.value (default null); to the Entity |
Copyright © 2018. All rights reserved.