Uses of Interface
com.speedment.common.codegen.model.File
-
Packages that use File Package Description com.speedment.common.codegen.constant This package contains constant classes.com.speedment.common.codegen.controller Controllers that automate certain tasks on the model hierarchy is located here.com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package. -
-
Uses of File in com.speedment.common.codegen.constant
Methods in com.speedment.common.codegen.constant with parameters of type File Modifier and Type Method Description static SimpleParameterizedTypeSimpleParameterizedType. create(File file, ClassOrInterface<?> clazz, Type... parameters)Creates a newSimpleParameterizedTypereferencing the specified class in the specified file.static SimpleTypeSimpleType. create(File file, ClassOrInterface<?> clazz)Creates a newSimpleTypereferencing the specified class in the specified file. -
Uses of File in com.speedment.common.codegen.controller
Methods in com.speedment.common.codegen.controller with parameters of type File Modifier and Type Method Description voidAutoImports. accept(File file)voidSetGetAdd. accept(File file)Generates getters, setters and adders for the fields in the specified model and sets the fields to private. -
Uses of File in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return File Modifier and Type Method Description static FileFile. of(String name)Creates a new instance implementing this interface by using the default implementation.
-