Uses of Class
org.codehaus.jackson.map.ser.PropertyBuilder
Packages that use PropertyBuilder
Package
Description
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 PropertyBuilderModifier and TypeMethodDescriptionprotected PropertyBuilder
BeanSerializerFactory.constructPropertyBuilder
(SerializationConfig config, BasicBeanDescription beanDesc) Methods in org.codehaus.jackson.map.ser with parameters of type PropertyBuilderModifier and TypeMethodDescriptionprotected 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).