Uses of Class
com.fasterxml.jackson.databind.ser.PropertyBuilder
Packages that use PropertyBuilder
Package
Description
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 PropertyBuilderModifier and TypeMethodDescriptionprotected PropertyBuilder
BeanSerializerFactory.constructPropertyBuilder
(SerializationConfig config, BeanDescription beanDesc) Methods in com.fasterxml.jackson.databind.ser with parameters of type PropertyBuilderModifier and TypeMethodDescriptionprotected BeanPropertyWriter
BeanSerializerFactory._constructWriter
(SerializerProvider prov, BeanPropertyDefinition propDef, PropertyBuilder pb, boolean staticTyping, AnnotatedMember accessor) Secondary helper method for constructingBeanPropertyWriter
for given member (field or method).