public interface AttributeDefinition<T,B> extends MemberDefinition
| Modifier and Type | Interface and Description |
|---|---|
static class |
AttributeDefinition.AccessMode |
| Modifier and Type | Method and Description |
|---|---|
T |
get(B bean) |
AttributeDefinition.AccessMode |
getAccessMode() |
java.lang.Class<T> |
getType() |
void |
set(B bean,
T value) |
getDescription, getName@Nonnull java.lang.Class<T> getType()
@Nonnull AttributeDefinition.AccessMode getAccessMode()
void set(@Nonnull
B bean,
@Nullable
T value)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2016 echocat. All Rights Reserved.