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. _propertiesprotected BeanPropertyWriter[]ValueWriterLocator. NO_PROPS_FOR_WRITEMethods in com.fasterxml.jackson.jr.ob.impl that return BeanPropertyWriter Modifier and Type Method Description protected BeanPropertyWriter[]ValueWriterLocator. resolveBeanForSer(java.lang.Class<?> raw, POJODefinition classDef)BeanPropertyWriterBeanPropertyWriter. withName(java.lang.String newName)Methods in com.fasterxml.jackson.jr.ob.impl with parameters of type BeanPropertyWriter Modifier and Type Method Description voidJSONWriter. 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)
-