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 PropertyBuilderBeanSerializerFactory. constructPropertyBuilder(SerializationConfig config, BasicBeanDescription beanDesc)Methods in org.codehaus.jackson.map.ser with parameters of type PropertyBuilder Modifier and Type Method Description protected BeanPropertyWriterBeanSerializerFactory. _constructWriter(SerializationConfig config, TypeBindings typeContext, PropertyBuilder pb, boolean staticTyping, String name, AnnotatedMember accessor)Secondary helper method for constructingBeanPropertyWriterfor given member (field or method).
-