Uses of Class
com.fasterxml.jackson.jr.ob.impl.BeanPropertyWriter
-
Packages that use BeanPropertyWriter Package Description com.fasterxml.jackson.jr.ob.impl -
-
Uses of BeanPropertyWriter in com.fasterxml.jackson.jr.ob.impl
Fields in com.fasterxml.jackson.jr.ob.impl declared as BeanPropertyWriter Modifier and Type Field Description protected BeanPropertyWriter[]
BeanWriter. _properties
protected BeanPropertyWriter[]
ValueWriterLocator. NO_PROPS_FOR_WRITE
Methods in com.fasterxml.jackson.jr.ob.impl that return BeanPropertyWriter Modifier and Type Method Description protected BeanPropertyWriter[]
ValueWriterLocator. _resolveBeanForSer(java.lang.Class<?> raw, POJODefinition beanDef)
BeanPropertyWriter
BeanPropertyWriter. withName(java.lang.String newName)
Methods in com.fasterxml.jackson.jr.ob.impl with parameters of type BeanPropertyWriter Modifier and Type Method Description void
JSONWriter. writeBeanValue(BeanPropertyWriter[] props, java.lang.Object bean)
Constructors in com.fasterxml.jackson.jr.ob.impl with parameters of type BeanPropertyWriter Constructor Description BeanWriter(java.lang.Class<?> type, BeanPropertyWriter[] props)
-