Uses of Interface
com.speedment.common.codegen.model.Method
-
Packages that use Method 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 Method in com.speedment.common.codegen.controller
Constructor parameters in com.speedment.common.codegen.controller with type arguments of type Method Constructor Description SetGetAdd(BiPredicate<Field,Method> onlyInclude)Initializes the control but with only someMethodsincluded. -
Uses of Method in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return Method Modifier and Type Method Description static MethodMethod. of(String name, Type type)Creates a new instance implementing this interface by using the default implementation.default MethodMethod. override()Adds anOverride-annotation to this model.Methods in com.speedment.common.codegen.model with parameters of type Method Modifier and Type Method Description static InterfaceMethodInterfaceMethod. of(Method wrapped)Creates a new instance implementing this interface by wrapping an existingMethodin anInterfaceMethodImpl. -
Uses of Method in com.speedment.common.codegen.model.trait
Methods in com.speedment.common.codegen.model.trait that return types with arguments of type Method Modifier and Type Method Description List<Method>HasMethods. getMethods()Returns a list of all methods in this model.Methods in com.speedment.common.codegen.model.trait with parameters of type Method Modifier and Type Method Description default THasMethods. add(Method meth)Adds the specifiedMethodto this model.
-