Module com.speedment.common.codegen
Package com.speedment.common.codegen
The main interfaces of the codegen library are located in this package.
This package is part of the API. Modifications to classes here should only (if ever) be done in major releases.
-
Interface Summary Interface Description DependencyManager Keeps track of which dependencies have been imported and which is not included.Generator A hook to the generator that can be passed to various stages in the pipeline.Meta<A,B> Meta information about the generation process.Meta.Builder<A,B> Builder forMetaobjects.RenderStack Represents the stack of models currently processed by the generator.RenderTree RenderTree.Builder Transform<F,T> Transforms must have a public constructor with no parameters so that it can be instantiated dynamically.TransformFactory DifferentTransformimplementations can be installed in theTransformFactoryto be instantiated when needed.