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) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Annotation> |
annotations() |
Getter |
getter() |
boolean |
isImutable() |
boolean |
isNullable() |
String |
name() |
Setter |
setter() |
Type |
type() |
Object |
value() |
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.