public interface TransformerBuilder
Transformer.| Modifier and Type | Interface and Description |
|---|---|
static class |
TransformerBuilder.TransformerBuilderException
The exception thrown when the
TransformerBuilder will not be able to reproduce
the Transformer. |
| Modifier and Type | Method and Description |
|---|---|
Transformer |
build()
Builds a
Transformer. |
Transformer build() throws TransformerBuilder.TransformerBuilderException
Transformer.Transformer built.TransformerBuilder.TransformerBuilderException - If the object fails to build a Transformer.Copyright © 2006–2016 Wilfred Springer, Cedric Pronzato. All rights reserved.