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[]
TypeDetector. NO_PROPS_FOR_WRITE
Methods in com.fasterxml.jackson.jr.ob.impl that return BeanPropertyWriter Modifier and Type Method Description BeanPropertyWriter[]
TypeDetector. getPropertyWriters(int index)
protected BeanPropertyWriter[]
TypeDetector. resolveBeanForSer(java.lang.Class<?> raw, POJODefinition classDef)
Methods in com.fasterxml.jackson.jr.ob.impl with parameters of type BeanPropertyWriter Modifier and Type Method Description protected void
JSONWriter. writeBeanValue(BeanPropertyWriter[] props, java.lang.Object bean)
-