public abstract class SetterSupport extends Object implements Setter
Setter implementations.| Modifier and Type | Class and Description |
|---|---|
protected static class |
SetterSupport.Messages |
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Constructor and Description |
|---|
SetterSupport(AccessibleObject accessible,
Object bean) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doSet(Object value) |
AccessibleObject |
getAccessible() |
Object |
getBean() |
void |
set(Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getType, isMultiValuedpublic SetterSupport(AccessibleObject accessible, Object bean)
public AccessibleObject getAccessible()
protected abstract void doSet(Object value) throws IllegalAccessException
IllegalAccessExceptionCopyright © 2008-2012 Sonatype. All Rights Reserved.