public class ComposedTransformer extends AbstractTransformer
Modifier and Type | Field and Description |
---|---|
protected List<Transformer> |
transformers |
Constructor and Description |
---|
ComposedTransformer() |
Modifier and Type | Method and Description |
---|---|
protected Object |
primTransform(Object anObject)
Transforms anObject into a different object
|
transform
protected List<Transformer> transformers
protected Object primTransform(Object anObject) throws Exception
primTransform
in class AbstractTransformer
anObject
- the object to be transformedException
Copyright © 2015. All rights reserved.