All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
T |
get(O domainObject) |
protected abstract Function<O,T> |
getter() |
boolean |
isMatchingInstance(Object instance) |
protected abstract String |
name() |
protected abstract de.flapdoodle.reflection.TypeInfo<O> |
objectType() |
static <T,O> Attribute<O,T> |
of(Class<O> objectType,
String name,
Function<O,T> getter,
BiConsumer<O,T> setter) |
static <T,O> Attribute<O,T> |
of(de.flapdoodle.reflection.TypeInfo<O> objectType,
String name,
Function<O,T> getter,
BiConsumer<O,T> setter) |
void |
set(O domainObject,
T value) |
protected abstract BiConsumer<O,T> |
setter() |
String |
toString() |