Uses of Interface
com.speedment.common.codegen.model.Initializer
-
Packages that use Initializer Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package.com.speedment.common.codegen.model.trait Common traits used by the codegen models located in thecom.speedment.codegen.lang.modelpackage. -
-
Uses of Initializer in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return Initializer Modifier and Type Method Description static InitializerInitializer. of()Creates a new instance implementing this interface by using the default implementation. -
Uses of Initializer in com.speedment.common.codegen.model.trait
Methods in com.speedment.common.codegen.model.trait that return types with arguments of type Initializer Modifier and Type Method Description List<Initializer>HasInitializers. getInitializers()Returns a list of all intializers in this model.Methods in com.speedment.common.codegen.model.trait with parameters of type Initializer Modifier and Type Method Description default THasInitializers. add(Initializer init)Adds the specifiedInitializerto this model.
-