Class PropertyBuilder
- java.lang.Object
-
- com.fasterxml.jackson.databind.ser.PropertyBuilder
-
public class PropertyBuilder extends Object
Helper class forBeanSerializerFactory
that is used to constructBeanPropertyWriter
instances. Can be sub-classed to change behavior.
-
-
Constructor Summary
Constructors Constructor Description PropertyBuilder(SerializationConfig config, BeanDescription beanDesc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Annotations
getClassAnnotations()
-
-
-
Constructor Detail
-
PropertyBuilder
public PropertyBuilder(SerializationConfig config, BeanDescription beanDesc)
-
-
Method Detail
-
getClassAnnotations
public Annotations getClassAnnotations()
-
-