public class LookupChain extends TransformerChain implements Lookup, Chain
LookupsTransformerChain.isChainOutput() is ignored for this implementation, as lookup operations are sequential and the next depends on previous.| Constructor and Description |
|---|
LookupChain() |
LookupChain(List<Lookup> lookups) |
LookupChain(Lookup lookup) |
| Modifier and Type | Method and Description |
|---|---|
Object |
chain(Object t) |
List<Lookup> |
getLookups() |
List<? extends Lookup> |
getProcessors()
Gets the
List of processors in the chain |
void |
setLookups(List<Lookup> lookups) |
Object |
transform(Object in)
For a Given String, Lookup a value for it
|
accept, get, getTransformers, isChainOutput, isCollectExceptions, isMaintainContext, setChainOutput, setCollectExceptions, setMaintainContext, setTransformersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic LookupChain()
public LookupChain(Lookup lookup)
public Object transform(Object in)
Lookuptransform in interface Lookuptransform in interface org.apache.commons.collections.Transformertransform in class TransformerChainpublic Object chain(Object t)
chain in interface Chainchain in class TransformerChainpublic List<? extends Lookup> getProcessors()
ChainList of processors in the chaingetProcessors in interface ChaingetProcessors in class TransformerChainCopyright © 2018. All rights reserved.