Uses of Class
net.anwiba.tools.generator.java.bean.configuration.Argument
Packages that use Argument
-
Uses of Argument in net.anwiba.tools.generator.java.bean.configuration
Methods in net.anwiba.tools.generator.java.bean.configuration that return ArgumentMethods in net.anwiba.tools.generator.java.bean.configuration that return types with arguments of type ArgumentMethods in net.anwiba.tools.generator.java.bean.configuration with parameters of type ArgumentModifier and TypeMethodDescriptionCreatorBuilder.addArgument(Argument argument) CreatorBuilder.setFactory(Argument factory) Constructors in net.anwiba.tools.generator.java.bean.configuration with parameters of type ArgumentModifierConstructorDescriptionprotectedCreator(String name, boolean isEnabled, List<Annotation> annotations, Argument factory, List<Argument> arguments) Setter(String name, boolean isEnabled, boolean isSingleValue, boolean isMultiValue, List<Annotation> annotations, String comment, Argument argument, Map<String, List<Annotation>> map)