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, wait
getName, getType, isMultiValued
public SetterSupport(AccessibleObject accessible, Object bean)
public AccessibleObject getAccessible()
protected abstract void doSet(Object value) throws IllegalAccessException
IllegalAccessException
Copyright © 2008-2013 Sonatype. All Rights Reserved.