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