| Package | Description |
|---|---|
| com.neurosys.etl.common | |
| com.neurosys.etl.common.filters | |
| com.neurosys.etl.common.mapper | |
| com.neurosys.etl.common.transformers | |
| com.neurosys.etl.excel.filters |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterChain
Allow chaining of multiple
Predicates |
class |
LookupChain
Allow chaining of multiple
LookupsTransformerChain.isChainOutput() is ignored for this implementation, as lookup operations are sequential and the next depends on previous. |
class |
SerializableTransformerChain
Allow chaining of multiple
Lookups; and supports Non-Serializable transient Transformers as well so the Chain itself is Serializable |
class |
TransformerChain
Allow chaining of multiple
Transformers |
| Modifier and Type | Method and Description |
|---|---|
Chain<T,O> |
ChainAware.getChain()
If the processor that implements this is part of a chain, it will return a reference to the chain else null
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChainAware.setChain(Chain<T,O> chain)
If the processor that implements this is part of a chain, it will have a reference to the chain
|
| Modifier and Type | Method and Description |
|---|---|
Chain |
NullFilter.getChain() |
| Modifier and Type | Method and Description |
|---|---|
void |
NullFilter.setChain(Chain chain) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapperChain
|
| Constructor and Description |
|---|
MapperChain(List<Chain> mapperChain) |
| Modifier and Type | Method and Description |
|---|---|
Chain |
DefaultValueTransformer.getChain() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultValueTransformer.setChain(Chain chain) |
| Modifier and Type | Class and Description |
|---|---|
class |
WorksheetFilterChain
|
Copyright © 2018. All rights reserved.