Class Properties
java.lang.Object
net.anwiba.tools.generator.java.bean.configuration.Properties
-
Constructor Summary
ConstructorsConstructorDescriptionProperties(Type type, String name, Setter setter, Getter getter, boolean isImutable, boolean isNullable, boolean isNamedValueProviderEnabled, List<Annotation> annotationConfigurations, String comment, NamedValueProvider namedValueProvider) -
Method Summary
-
Constructor Details
-
Properties
public Properties(Type type, String name, Setter setter, Getter getter, boolean isImutable, boolean isNullable, boolean isNamedValueProviderEnabled, List<Annotation> annotationConfigurations, String comment, NamedValueProvider namedValueProvider)
-
-
Method Details
-
type
-
getSetterConfiguration
-
getGetterConfiguration
-
annotations
-
isNamedValueProviderEnabled
public boolean isNamedValueProviderEnabled() -
name
-
isNullable
public boolean isNullable() -
getNamedValueProvider
-
isImutable
public boolean isImutable() -
comment
-