Uses of Class
com.fasterxml.jackson.databind.ser.PropertyBuilder

Packages that use PropertyBuilder
com.fasterxml.jackson.databind.ser Contains implementation classes of serialization part of data binding. 
 

Uses of PropertyBuilder in com.fasterxml.jackson.databind.ser
 

Methods in com.fasterxml.jackson.databind.ser that return PropertyBuilder
protected  PropertyBuilder BeanSerializerFactory.constructPropertyBuilder(SerializationConfig config, BeanDescription beanDesc)
           
 

Methods in com.fasterxml.jackson.databind.ser with parameters of type PropertyBuilder
protected  BeanPropertyWriter BeanSerializerFactory._constructWriter(SerializerProvider prov, BeanPropertyDefinition propDef, TypeBindings typeContext, PropertyBuilder pb, boolean staticTyping, AnnotatedMember accessor)
          Secondary helper method for constructing BeanPropertyWriter for given member (field or method).
 



Copyright © 2012 fasterxml.com. All Rights Reserved.