Class Member
- java.lang.Object
-
- net.anwiba.tools.generator.java.bean.configuration.Member
-
public class Member extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Member(Type type, java.lang.String name, java.lang.Object value, boolean isNullable, boolean isImutable, java.util.List<Annotation> annotationConfigurations, java.lang.String comment, Setter setter, Getter getter, IValueOfMethodFactory valueOfMethodFactory, IAsObjectMethodFactory asObjectMethodFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<Annotation>annotations()IAsObjectMethodFactoryasObjectMethodFactory()IOptional<java.lang.String,java.lang.RuntimeException>comment()Gettergetter()booleanisImutable()booleanisNullable()java.lang.Stringname()Settersetter()Typetype()java.lang.Objectvalue()IValueOfMethodFactoryvalueOfMethodFactory()
-
-
-
Constructor Detail
-
Member
public Member(Type type, java.lang.String name, java.lang.Object value, boolean isNullable, boolean isImutable, java.util.List<Annotation> annotationConfigurations, java.lang.String comment, Setter setter, Getter getter, IValueOfMethodFactory valueOfMethodFactory, IAsObjectMethodFactory asObjectMethodFactory)
-
-
Method Detail
-
type
public Type type()
-
name
public java.lang.String name()
-
setter
public Setter setter()
-
getter
public Getter getter()
-
value
public java.lang.Object value()
-
isNullable
public boolean isNullable()
-
annotations
public java.lang.Iterable<Annotation> annotations()
-
comment
public IOptional<java.lang.String,java.lang.RuntimeException> comment()
-
isImutable
public boolean isImutable()
-
asObjectMethodFactory
public IAsObjectMethodFactory asObjectMethodFactory()
-
valueOfMethodFactory
public IValueOfMethodFactory valueOfMethodFactory()
-
-