Package | Description |
---|---|
com.neurosys.etl.common.transformers |
Modifier and Type | Class and Description |
---|---|
class |
EntityChainAccessTransformer
A convenient way to access (read only) an entity; and derive the accessor object or value using any of the following methods:
Dot chaining convention like "a.b.c".
|
class |
MapValueLookupTransformer
For a key key-map (
MapValueLookupTransformer.key ) fetch the value using the input as a key OR For a passed in Map, lookup a KeyOne can optionally apply a transformation on the looked up value or even a MapValueLookupTransformer.keyTransformer on the key to derive the final key value to do the lookup. |
Modifier and Type | Method and Description |
---|---|
AccessorLookUp |
ContextExtractorTransformer.getContextObjectAccessor()
If null, the Object from the
ContextExtractorTransformer.context will be retrieved using the ContextExtractorTransformer.mapper If Not null then the input to the ContextExtractorTransformer.transform(Object) will act as an accessor in an EntityChainAccessTransformer |
Modifier and Type | Method and Description |
---|---|
void |
ContextExtractorTransformer.setContextObjectAccessor(AccessorLookUp contextObjectAccessor)
If null, the Object from the
ContextExtractorTransformer.context will be retrieved using the ContextExtractorTransformer.mapper If Not null then the input to the ContextExtractorTransformer.transform(Object) will act as an accessor in an EntityChainAccessTransformer |
Copyright © 2018. All rights reserved.