Class Member
java.lang.Object
net.anwiba.tools.generator.java.bean.configuration.Member
-
Constructor Summary
ConstructorsConstructorDescriptionMember(Type type, String name, Object value, boolean isNullable, boolean isImutable, List<Annotation> annotationConfigurations, String comment, Setter setter, Getter getter, IValueOfMethodFactory valueOfMethodFactory, IAsObjectMethodFactory asObjectMethodFactory) -
Method Summary
-
Constructor Details
-
Member
public Member(Type type, String name, Object value, boolean isNullable, boolean isImutable, List<Annotation> annotationConfigurations, String comment, Setter setter, Getter getter, IValueOfMethodFactory valueOfMethodFactory, IAsObjectMethodFactory asObjectMethodFactory)
-
-
Method Details
-
type
-
name
-
setter
-
getter
-
value
-
isNullable
public boolean isNullable() -
annotations
-
comment
-
isImutable
public boolean isImutable() -
asObjectMethodFactory
-
valueOfMethodFactory
-