public class FieldSetter extends SetterSupport
SetterSupport.Messages
Modifier and Type | Field and Description |
---|---|
protected Field |
field |
log
Constructor and Description |
---|
FieldSetter(Field field,
Object bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
doSet(Object value) |
String |
getName() |
Class |
getType() |
boolean |
isMultiValued()
Whether this setter is intrinsically multi-valued.
|
getAccessible, getBean, set
protected final Field field
public String getName()
public Class getType()
public boolean isMultiValued()
Setter
protected void doSet(Object value) throws IllegalAccessException
doSet
in class SetterSupport
IllegalAccessException
Copyright © 2008-2013 Sonatype. All Rights Reserved.