Uses of Class
com.fasterxml.jackson.module.afterburner.ser.StringMethodPropertyWriter
-
Packages that use StringMethodPropertyWriter Package Description com.fasterxml.jackson.module.afterburner.ser -
-
Uses of StringMethodPropertyWriter in com.fasterxml.jackson.module.afterburner.ser
Fields in com.fasterxml.jackson.module.afterburner.ser with type parameters of type StringMethodPropertyWriter Modifier and Type Field Description private java.util.List<StringMethodPropertyWriter>
PropertyAccessorCollector. _stringGetters
Methods in com.fasterxml.jackson.module.afterburner.ser that return StringMethodPropertyWriter Modifier and Type Method Description StringMethodPropertyWriter
PropertyAccessorCollector. addStringGetter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter bpw)
StringMethodPropertyWriter
StringMethodPropertyWriter. withAccessor(BeanPropertyAccessor acc)
-