public abstract class BeanPropertyMutator extends Object
Constructor and Description |
---|
BeanPropertyMutator()
Default constructor used for creating a "blueprint" instance, from
which per-field/per-method instances specialize.
|
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) |
public BeanPropertyMutator()
public void intSetter(Object bean, int propertyIndex, int value) throws IOException
IOException
public void longSetter(Object bean, int propertyIndex, long value) throws IOException
IOException
public void booleanSetter(Object bean, int propertyIndex, boolean value) throws IOException
IOException
public void stringSetter(Object bean, int propertyIndex, String value) throws IOException
IOException
public void objectSetter(Object bean, int propertyIndex, Object value) throws IOException
IOException
public void intField(Object bean, int propertyIndex, int value) throws IOException
IOException
public void longField(Object bean, int propertyIndex, long value) throws IOException
IOException
public void booleanField(Object bean, int propertyIndex, boolean value) throws IOException
IOException
public void stringField(Object bean, int propertyIndex, String value) throws IOException
IOException
public void objectField(Object bean, int propertyIndex, Object value) throws IOException
IOException
Copyright © 2022 FasterXML. All rights reserved.