java.lang.Object
net.anwiba.tools.generator.java.bean.configuration.Bean

public class Bean extends Object
  • Method Details

    • members

      public Iterable<Member> members()
    • annotations

      public Iterable<Annotation> annotations()
    • name

      public String name()
    • isMutable

      public boolean isMutable()
    • isBuilderEnabled

      public boolean isBuilderEnabled()
    • member

      public Member member(String name)
    • namedValueProvider

      public NamedValueProvider namedValueProvider(String name)
    • extend

      public String extend()
    • comment

      public IOptional<String,RuntimeException> comment()
    • isArrayNullable

      public boolean isArrayNullable()
    • isCollectionNullable

      public boolean isCollectionNullable()
    • creator

      public Creator creator()
    • isEqualsEnabled

      public boolean isEqualsEnabled()
    • isPrimitivesEnabled

      public boolean isPrimitivesEnabled()