Package com.fasterxml.jackson.jr.ob.impl
Class BeanPropertyWriter
- java.lang.Object
-
- com.fasterxml.jackson.jr.ob.impl.BeanPropertyWriter
-
public final class BeanPropertyWriter extends Object
Simple container class used to contain information needed for serializing value of a single POJO property.- Since:
- 2.8
-
-
Constructor Summary
Constructors Constructor Description BeanPropertyWriter(int typeId, String n, Field f, Method getter)
-
-
-
Method Detail
-
getValueFor
public Object getValueFor(Object bean) throws IOException
- Throws:
IOException
-
_bean
protected String _bean()
-
-