public final class BeanPropertyWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
SerializedString |
name |
int |
typeId |
| Constructor and Description |
|---|
BeanPropertyWriter(int typeId,
String n,
Field f,
Method getter) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
_bean() |
Object |
getValueFor(Object bean) |
BeanPropertyWriter |
withName(String newName) |
public final SerializedString name
public final int typeId
public BeanPropertyWriter withName(String newName)
public Object getValueFor(Object bean) throws IOException
IOExceptionprotected String _bean()
Copyright © 2025 FasterXML. All rights reserved.