| Modifier and Type | Class and Description |
|---|---|
class |
CompositeConditionalTransformer<I,P>
Composite transformer which aggregates multiple implementation and selects
the one which accepts the input.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeConditionalTransformer.addTransformer(SimpleConditionalTransformer<I,P> transformer,
int priority) |
void |
CompositeConditionalTransformer.removeTransformer(SimpleConditionalTransformer<I,P> transformer) |
Copyright © 2015. All Rights Reserved.