public class Member extends Object
| Constructor and Description |
|---|
Member(Type type,
String name,
Object value,
boolean isNullable,
boolean isImutable,
List<Annotation> annotationConfigurations,
Setter setter,
Getter getter,
IValueOfMethodFactory valueOfMethodFactory,
IAsObjectMethodFactory asObjectMethodFactory) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Annotation> |
annotations() |
IAsObjectMethodFactory |
asObjectMethodFactory() |
Getter |
getter() |
boolean |
isImutable() |
boolean |
isNullable() |
String |
name() |
Setter |
setter() |
Type |
type() |
Object |
value() |
IValueOfMethodFactory |
valueOfMethodFactory() |
public Member(Type type, String name, Object value, boolean isNullable, boolean isImutable, List<Annotation> annotationConfigurations, Setter setter, Getter getter, IValueOfMethodFactory valueOfMethodFactory, IAsObjectMethodFactory asObjectMethodFactory)
public Type type()
public String name()
public Setter setter()
public Getter getter()
public Object value()
public boolean isNullable()
public Iterable<Annotation> annotations()
public boolean isImutable()
public IAsObjectMethodFactory asObjectMethodFactory()
public IValueOfMethodFactory valueOfMethodFactory()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.