public class ReflectionBasedAttributeAccessor<T,B> extends java.lang.Object implements AttributeAccessor<T,B>
| Constructor and Description |
|---|
ReflectionBasedAttributeAccessor(java.beans.PropertyDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(B bean) |
java.lang.Class<T> |
getType() |
void |
set(B bean,
T value) |
@Nonnull
public ReflectionBasedAttributeAccessor(@Nonnull
java.beans.PropertyDescriptor descriptor)
Copyright © 2016 echocat. All Rights Reserved.