Uses of Interface
com.speedment.common.codegen.RenderTree
-
Packages that use RenderTree Package Description com.speedment.common.codegen The main interfaces of the codegen library are located in this package. -
-
Uses of RenderTree in com.speedment.common.codegen
Methods in com.speedment.common.codegen that return RenderTree Modifier and Type Method Description RenderTreeRenderTree.Builder. build()RenderTreeMeta. getRenderTree()Returns a tree representation of the current rendering process.Methods in com.speedment.common.codegen with parameters of type RenderTree Modifier and Type Method Description Meta.Builder<A,B>Meta.Builder. withRenderTree(RenderTree tree)Sets the tree that should represent the current rendering process.
-