public static interface Transformer.Factory
Renamer instance-specific information.| Modifier and Type | Method and Description |
|---|---|
static Transformer.Factory |
always(Transformer transformer)
Create a new factory that always returns the same transformer instance.
|
Transformer |
create(Transformer.Context ctx)
Create a new transformer.
|
static Transformer.Factory always(Transformer transformer)
transformer - the transformerTransformer create(Transformer.Context ctx)
ctx - context