Uses of Interface
com.speedment.common.codegen.model.Field
-
Packages that use Field Package Description 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.com.speedment.common.codegen.model.trait Common traits used by the codegen models located in thecom.speedment.codegen.lang.modelpackage. -
-
Uses of Field in com.speedment.common.codegen.controller
Methods in com.speedment.common.codegen.controller with parameters of type Field Modifier and Type Method Description protected StringAutoEquals. compare(Field f)Generates code for comparing the specified field in this and another object.protected StringAutoEquals. hash(Field f)Generates code for hashing the specified field.Constructor parameters in com.speedment.common.codegen.controller with type arguments of type Field Constructor Description SetGetAdd(BiPredicate<Field,Method> onlyInclude)Initializes the control but with only someMethodsincluded. -
Uses of Field in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return Field Modifier and Type Method Description static FieldField. of(String name, Type type)Creates a new instance implementing this interface by using the default implementation.Methods in com.speedment.common.codegen.model with parameters of type Field Modifier and Type Method Description static InterfaceFieldInterfaceField. of(Field wrapped)Creates a new instance implementing this interface by wrapping an existingFieldin anInterfaceFieldImpl. -
Uses of Field in com.speedment.common.codegen.model.trait
Methods in com.speedment.common.codegen.model.trait that return types with arguments of type Field Modifier and Type Method Description List<Field>HasFields. getFields()Returns a list of all the fields in this model.Methods in com.speedment.common.codegen.model.trait with parameters of type Field Modifier and Type Method Description default THasFields. add(Field field)Adds the specifiedFieldto this model.Method parameters in com.speedment.common.codegen.model.trait with type arguments of type Field Modifier and Type Method Description default THasFields. addAllFields(Collection<? extends Field> fields)Adds all the specifiedFieldmembers to this model.
-