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 BeanPropertyMutatorjava.io.IOExceptionpublic void longSetter(java.lang.Object bean,
int propertyIndex,
long value)
throws java.io.IOException
longSetter in class BeanPropertyMutatorjava.io.IOExceptionpublic void booleanSetter(java.lang.Object bean,
int propertyIndex,
boolean value)
throws java.io.IOException
booleanSetter in class BeanPropertyMutatorjava.io.IOExceptionpublic void stringSetter(java.lang.Object bean,
int propertyIndex,
java.lang.String value)
throws java.io.IOException
stringSetter in class BeanPropertyMutatorjava.io.IOExceptionpublic void objectSetter(java.lang.Object bean,
int propertyIndex,
java.lang.Object value)
throws java.io.IOException
objectSetter in class BeanPropertyMutatorjava.io.IOExceptionpublic void intField(java.lang.Object bean,
int propertyIndex,
int value)
throws java.io.IOException
intField in class BeanPropertyMutatorjava.io.IOExceptionpublic void longField(java.lang.Object bean,
int propertyIndex,
long value)
throws java.io.IOException
longField in class BeanPropertyMutatorjava.io.IOExceptionpublic void booleanField(java.lang.Object bean,
int propertyIndex,
boolean value)
throws java.io.IOException
booleanField in class BeanPropertyMutatorjava.io.IOExceptionpublic void stringField(java.lang.Object bean,
int propertyIndex,
java.lang.String value)
throws java.io.IOException
stringField in class BeanPropertyMutatorjava.io.IOExceptionpublic void objectField(java.lang.Object bean,
int propertyIndex,
java.lang.Object value)
throws java.io.IOException
objectField in class BeanPropertyMutatorjava.io.IOException