Uses of Class
com.fasterxml.jackson.databind.ser.impl.AttributePropertyWriter
-
Packages that use AttributePropertyWriter Package Description com.fasterxml.jackson.databind.ser.impl Contains implementation classes of serialization part of data binding. -
-
Uses of AttributePropertyWriter in com.fasterxml.jackson.databind.ser.impl
Methods in com.fasterxml.jackson.databind.ser.impl that return AttributePropertyWriter Modifier and Type Method Description static AttributePropertyWriter
AttributePropertyWriter. construct(java.lang.String attrName, BeanPropertyDefinition propDef, Annotations contextAnnotations, JavaType declaredType)
Constructors in com.fasterxml.jackson.databind.ser.impl with parameters of type AttributePropertyWriter Constructor Description AttributePropertyWriter(AttributePropertyWriter base)
-