Class PropertyBuilder
- java.lang.Object
-
- com.fasterxml.jackson.databind.ser.PropertyBuilder
-
public class PropertyBuilder extends java.lang.ObjectHelper class forBeanSerializerFactorythat is used to constructBeanPropertyWriterinstances. 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 AnnotationsgetClassAnnotations()
-
-
-
Constructor Detail
-
PropertyBuilder
public PropertyBuilder(SerializationConfig config, BeanDescription beanDesc)
-
-
Method Detail
-
getClassAnnotations
public Annotations getClassAnnotations()
-
-