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(Object bean,
int propertyIndex,
boolean value) |
void |
booleanSetter(Object bean,
int propertyIndex,
boolean value) |
void |
intField(Object bean,
int propertyIndex,
int value) |
void |
intSetter(Object bean,
int propertyIndex,
int value) |
void |
longField(Object bean,
int propertyIndex,
long value) |
void |
longSetter(Object bean,
int propertyIndex,
long value) |
void |
objectField(Object bean,
int propertyIndex,
Object value) |
void |
objectSetter(Object bean,
int propertyIndex,
Object value) |
void |
stringField(Object bean,
int propertyIndex,
String value) |
void |
stringSetter(Object bean,
int propertyIndex,
String value) |
protected final com.fasterxml.jackson.databind.deser.SettableBeanProperty _fallback
public DelegatingPropertyMutator(com.fasterxml.jackson.databind.deser.SettableBeanProperty prop)
public void intSetter(Object bean, int propertyIndex, int value) throws IOException
intSetter
in class BeanPropertyMutator
IOException
public void longSetter(Object bean, int propertyIndex, long value) throws IOException
longSetter
in class BeanPropertyMutator
IOException
public void booleanSetter(Object bean, int propertyIndex, boolean value) throws IOException
booleanSetter
in class BeanPropertyMutator
IOException
public void stringSetter(Object bean, int propertyIndex, String value) throws IOException
stringSetter
in class BeanPropertyMutator
IOException
public void objectSetter(Object bean, int propertyIndex, Object value) throws IOException
objectSetter
in class BeanPropertyMutator
IOException
public void intField(Object bean, int propertyIndex, int value) throws IOException
intField
in class BeanPropertyMutator
IOException
public void longField(Object bean, int propertyIndex, long value) throws IOException
longField
in class BeanPropertyMutator
IOException
public void booleanField(Object bean, int propertyIndex, boolean value) throws IOException
booleanField
in class BeanPropertyMutator
IOException
public void stringField(Object bean, int propertyIndex, String value) throws IOException
stringField
in class BeanPropertyMutator
IOException
public void objectField(Object bean, int propertyIndex, Object value) throws IOException
objectField
in class BeanPropertyMutator
IOException
Copyright © 2019 FasterXML. All rights reserved.