Uses of Class
tools.jackson.databind.ser.PropertyBuilder
Packages that use PropertyBuilder
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of PropertyBuilder in tools.jackson.databind.ser
Methods in tools.jackson.databind.ser that return PropertyBuilderModifier and TypeMethodDescriptionprotected PropertyBuilderBeanSerializerFactory.constructPropertyBuilder(SerializationConfig config, BeanDescription.Supplier beanDescRef) Methods in tools.jackson.databind.ser with parameters of type PropertyBuilderModifier and TypeMethodDescriptionprotected BeanPropertyWriterBeanSerializerFactory._constructWriter(SerializationContext ctxt, BeanPropertyDefinition propDef, PropertyBuilder pb, boolean staticTyping, AnnotatedMember accessor) Secondary helper method for constructingBeanPropertyWriterfor given member (field or method).