public class Bean extends Object
| Modifier and Type | Method and Description |
|---|---|
Iterable<Annotation> |
annotations() |
String |
comment() |
Creator |
creator() |
String |
extend() |
boolean |
isArrayNullable() |
boolean |
isBuilderEnabled() |
boolean |
isCollectionNullable() |
boolean |
isEqualsEnabled() |
boolean |
isMutable() |
boolean |
isPrimitivesEnabled() |
Member |
member(String name) |
Iterable<Member> |
members() |
String |
name() |
NamedValueProvider |
namedValueProvider(String name) |
public Iterable<Annotation> annotations()
public String name()
public boolean isMutable()
public boolean isBuilderEnabled()
public NamedValueProvider namedValueProvider(String name)
public String extend()
public String comment()
public boolean isArrayNullable()
public boolean isCollectionNullable()
public Creator creator()
public boolean isEqualsEnabled()
public boolean isPrimitivesEnabled()
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.