Uses of Class
org.codehaus.jackson.map.ser.PropertyBuilder
-
Packages that use PropertyBuilder Package Description org.codehaus.jackson.map.ser Contains implementation classes of serialization part of data binding. -
-
Uses of PropertyBuilder in org.codehaus.jackson.map.ser
Methods in org.codehaus.jackson.map.ser that return PropertyBuilder Modifier and Type Method Description protected PropertyBuilder
BeanSerializerFactory. constructPropertyBuilder(SerializationConfig config, BasicBeanDescription beanDesc)
Methods in org.codehaus.jackson.map.ser with parameters of type PropertyBuilder Modifier and Type Method Description protected BeanPropertyWriter
BeanSerializerFactory. _constructWriter(SerializationConfig config, TypeBindings typeContext, PropertyBuilder pb, boolean staticTyping, String name, AnnotatedMember accessor)
Secondary helper method for constructingBeanPropertyWriter
for given member (field or method).
-