Uses of Interface
com.speedment.common.codegen.Generator
-
Packages that use Generator Package Description com.speedment.common.codegen The main interfaces of the codegen library are located in this package.com.speedment.common.codegen.provider This package contains provider classes. -
-
Uses of Generator in com.speedment.common.codegen
Methods in com.speedment.common.codegen that return Generator Modifier and Type Method Description static GeneratorGenerator. create(DependencyManager mgr, TransformFactory factory)Creates and returns a new Generator.static GeneratorGenerator. forJava()Returns an implementation of this interface that uses the default implementation used to generate Java code.Methods in com.speedment.common.codegen with parameters of type Generator Modifier and Type Method Description Optional<T>Transform. transform(Generator gen, F model)Transforms a model from one type to another. -
Uses of Generator in com.speedment.common.codegen.provider
Classes in com.speedment.common.codegen.provider that implement Generator Modifier and Type Class Description classStandardGeneratorclassStandardJavaGenerator
-