public interface ITransformer
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the identifier for this transformer, usually the class name but for
wrapped transformers this is the class name of the wrapped transformer
|
boolean |
isDelegationExcluded()
Get whether this transformer is excluded from delegation.
|
java.lang.String getName()
boolean isDelegationExcluded()