static <A,B> Meta.Builder<A,B> |
Meta.builder(A model,
B result) |
Returns a new builder.
|
Meta.Builder<A,B> |
Meta.Builder.withFactory(TransformFactory factory) |
The factory that created the transform.
|
Meta.Builder<A,B> |
Meta.Builder.withModel(A model) |
The model that was sent to the generator.
|
Meta.Builder<A,B> |
Meta.Builder.withRenderStack(RenderStack stack) |
The render stack that represents which generation processes is waiting for this result.
|
Meta.Builder<A,B> |
Meta.Builder.withRenderTree(RenderTree tree) |
Sets the tree that should represent the current rendering process.
|
Meta.Builder<A,B> |
Meta.Builder.withResult(B result) |
The result that was produced by the generator.
|
Meta.Builder<A,B> |
Meta.Builder.withTransform(Transform<A,B> transform) |
The transform that was used to produce the result.
|