Modifier and Type | Field and Description |
---|---|
protected final SettableBeanProperty |
Access | Constructor and Description |
---|---|
public |
_fallback | back to summary |
---|---|
protected final SettableBeanProperty _fallback |
DelegatingPropertyMutator | back to summary |
---|---|
public DelegatingPropertyMutator(SettableBeanProperty prop) |
booleanField | back to summary |
---|---|
public void booleanField(Object bean, int propertyIndex, boolean value) throws IOException Overrides com.
|
booleanSetter | back to summary |
---|---|
public void booleanSetter(Object bean, int propertyIndex, boolean value) throws IOException Overrides com.
|
intField | back to summary |
---|---|
public void intField(Object bean, int propertyIndex, int value) throws IOException Overrides com.
|
intSetter | back to summary |
---|---|
public void intSetter(Object bean, int propertyIndex, int value) throws IOException Overrides com.
|
longField | back to summary |
---|---|
public void longField(Object bean, int propertyIndex, long value) throws IOException Overrides com.
|
longSetter | back to summary |
---|---|
public void longSetter(Object bean, int propertyIndex, long value) throws IOException Overrides com.
|
objectField | back to summary |
---|---|
public void objectField(Object bean, int propertyIndex, Object value) throws IOException Overrides com.
|
objectSetter | back to summary |
---|---|
public void objectSetter(Object bean, int propertyIndex, Object value) throws IOException Overrides com.
|
stringField | back to summary |
---|---|
public void stringField(Object bean, int propertyIndex, String value) throws IOException Overrides com.
|
stringSetter | back to summary |
---|---|
public void stringSetter(Object bean, int propertyIndex, String value) throws IOException Overrides com.
|