Uses of Class
net.anwiba.tools.generator.java.bean.configuration.PropertiesBuilder
-
Packages that use PropertiesBuilder Package Description net.anwiba.tools.generator.java.bean.configuration -
-
Uses of PropertiesBuilder in net.anwiba.tools.generator.java.bean.configuration
Methods in net.anwiba.tools.generator.java.bean.configuration that return PropertiesBuilder Modifier and Type Method Description PropertiesBuilderPropertiesBuilder. annotation(Annotation annotation)PropertiesBuilderPropertiesBuilder. getterAnnotation(Annotation annotation)PropertiesBuilderPropertiesBuilder. getterName(java.lang.String name)PropertiesBuilderPropertiesBuilder. isImutable(boolean isImutable)PropertiesBuilderPropertiesBuilder. isNullable(boolean isNullable)PropertiesBuilderPropertiesBuilder. namesGetterAnnotation(Annotation annotation)static PropertiesBuilderBuilders. properties(Type type, java.lang.String name)PropertiesBuilderPropertiesBuilder. setGetterEnabled(boolean isGetterEnabled)PropertiesBuilderPropertiesBuilder. setImplementsNamedValueProvider(boolean implementsNamedValueProvider)PropertiesBuilderPropertiesBuilder. setSetterEnabled(boolean isSetterEnabled)PropertiesBuilderPropertiesBuilder. setterAnnotation(Annotation annotation)PropertiesBuilderPropertiesBuilder. setterName(java.lang.String name)
-