Class Bean
- java.lang.Object
-
- net.anwiba.tools.generator.java.bean.configuration.Bean
-
public class Bean extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<Annotation>annotations()IOptional<java.lang.String,java.lang.RuntimeException>comment()Creatorcreator()java.lang.Stringextend()booleanisArrayNullable()booleanisBuilderEnabled()booleanisCollectionNullable()booleanisEqualsEnabled()booleanisMutable()booleanisPrimitivesEnabled()Membermember(java.lang.String name)java.lang.Iterable<Member>members()java.lang.Stringname()NamedValueProvidernamedValueProvider(java.lang.String name)
-
-
-
Method Detail
-
members
public java.lang.Iterable<Member> members()
-
annotations
public java.lang.Iterable<Annotation> annotations()
-
name
public java.lang.String name()
-
isMutable
public boolean isMutable()
-
isBuilderEnabled
public boolean isBuilderEnabled()
-
member
public Member member(java.lang.String name)
-
namedValueProvider
public NamedValueProvider namedValueProvider(java.lang.String name)
-
extend
public java.lang.String extend()
-
comment
public IOptional<java.lang.String,java.lang.RuntimeException> comment()
-
isArrayNullable
public boolean isArrayNullable()
-
isCollectionNullable
public boolean isCollectionNullable()
-
creator
public Creator creator()
-
isEqualsEnabled
public boolean isEqualsEnabled()
-
isPrimitivesEnabled
public boolean isPrimitivesEnabled()
-
-