public final class DelegatingPropertyMutator extends BeanPropertyMutator
Modifier and Type | Field and Description |
---|---|
protected com.fasterxml.jackson.databind.deser.SettableBeanProperty |
_fallback |
Constructor and Description |
---|
DelegatingPropertyMutator(com.fasterxml.jackson.databind.deser.SettableBeanProperty prop) |
Modifier and Type | Method and Description |
---|---|
void |
booleanField(java.lang.Object bean,
int propertyIndex,
boolean value) |
void |
booleanSetter(java.lang.Object bean,
int propertyIndex,
boolean value) |
void |
intField(java.lang.Object bean,
int propertyIndex,
int value) |
void |
intSetter(java.lang.Object bean,
int propertyIndex,
int value) |
void |
longField(java.lang.Object bean,
int propertyIndex,
long value) |
void |
longSetter(java.lang.Object bean,
int propertyIndex,
long value) |
void |
objectField(java.lang.Object bean,
int propertyIndex,
java.lang.Object value) |
void |
objectSetter(java.lang.Object bean,
int propertyIndex,
java.lang.Object value) |
void |
stringField(java.lang.Object bean,
int propertyIndex,
java.lang.String value) |
void |
stringSetter(java.lang.Object bean,
int propertyIndex,
java.lang.String value) |
protected final com.fasterxml.jackson.databind.deser.SettableBeanProperty _fallback
public DelegatingPropertyMutator(com.fasterxml.jackson.databind.deser.SettableBeanProperty prop)
public void intSetter(java.lang.Object bean, int propertyIndex, int value) throws java.io.IOException
intSetter
in class BeanPropertyMutator
java.io.IOException
public void longSetter(java.lang.Object bean, int propertyIndex, long value) throws java.io.IOException
longSetter
in class BeanPropertyMutator
java.io.IOException
public void booleanSetter(java.lang.Object bean, int propertyIndex, boolean value) throws java.io.IOException
booleanSetter
in class BeanPropertyMutator
java.io.IOException
public void stringSetter(java.lang.Object bean, int propertyIndex, java.lang.String value) throws java.io.IOException
stringSetter
in class BeanPropertyMutator
java.io.IOException
public void objectSetter(java.lang.Object bean, int propertyIndex, java.lang.Object value) throws java.io.IOException
objectSetter
in class BeanPropertyMutator
java.io.IOException
public void intField(java.lang.Object bean, int propertyIndex, int value) throws java.io.IOException
intField
in class BeanPropertyMutator
java.io.IOException
public void longField(java.lang.Object bean, int propertyIndex, long value) throws java.io.IOException
longField
in class BeanPropertyMutator
java.io.IOException
public void booleanField(java.lang.Object bean, int propertyIndex, boolean value) throws java.io.IOException
booleanField
in class BeanPropertyMutator
java.io.IOException
public void stringField(java.lang.Object bean, int propertyIndex, java.lang.String value) throws java.io.IOException
stringField
in class BeanPropertyMutator
java.io.IOException
public void objectField(java.lang.Object bean, int propertyIndex, java.lang.Object value) throws java.io.IOException
objectField
in class BeanPropertyMutator
java.io.IOException