Package | Description |
---|---|
com.neurosys.etl.common.mapper | |
com.neurosys.etl.common.mapper.behaviors |
Modifier and Type | Method and Description |
---|---|
<B extends MapperBehavior> |
Mapper.getBehavior(Class<B> beaviorType) |
Modifier and Type | Method and Description |
---|---|
Map<Class<MapperBehavior>,MapperBehavior> |
Mapper.getBehaviors() |
Map<Class<MapperBehavior>,MapperBehavior> |
Mapper.getBehaviors() |
Modifier and Type | Method and Description |
---|---|
void |
Mapper.addBehavior(MapperBehavior behavior) |
Modifier and Type | Method and Description |
---|---|
void |
Mapper.setBehaviors(Map<Class<MapperBehavior>,MapperBehavior> behaviors) |
void |
Mapper.setBehaviors(Map<Class<MapperBehavior>,MapperBehavior> behaviors) |
Modifier and Type | Class and Description |
---|---|
class |
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. |
class |
IntermediateResultMapperBehavior
The result of this
Mapper is used to produce a result capable of being consumed by other Mapper s; defined
by {IntermediateResultMapperBehavior.getResultName() . |
class |
ModeAwareMapperBehavior
|
class |
OutputTypeAwareMapperBehavior
|
class |
ProcessFieldMapperBehavior<E,V>
Deprecated.
@see SetEntityFieldMapperBehavior
|
class |
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. |
class |
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.