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