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