public static class SimpleEtl.TransformConfiguration
| Constructor and description |
|---|
TransformConfiguration
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public SimpleEtl.TransformConfiguration |
addTransformer(SimpleEtl.Transformer transformer)Call this to add a transformer to run for any type, which will be run in order |
|
public SimpleEtl.TransformConfiguration |
addTransformer(java.lang.String type, SimpleEtl.Transformer transformer)Call this to add a transformer to run a particular type, which will be run in order for entries of the type |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Call this to add a transformer to run for any type, which will be run in order
Call this to add a transformer to run a particular type, which will be run in order for entries of the type