Uses of Class
com.fasterxml.jackson.databind.ser.AnyGetterWriter
-
Packages that use AnyGetterWriter Package Description com.fasterxml.jackson.databind.ser Contains implementation classes of serialization part of data binding.com.fasterxml.jackson.databind.ser.std -
-
Uses of AnyGetterWriter in com.fasterxml.jackson.databind.ser
Fields in com.fasterxml.jackson.databind.ser declared as AnyGetterWriter Modifier and Type Field Description protected AnyGetterWriter
BeanSerializerBuilder. _anyGetter
Writer used for "any getter" properties, if any.Methods in com.fasterxml.jackson.databind.ser that return AnyGetterWriter Modifier and Type Method Description AnyGetterWriter
BeanSerializerBuilder. getAnyGetter()
Methods in com.fasterxml.jackson.databind.ser with parameters of type AnyGetterWriter Modifier and Type Method Description void
BeanSerializerBuilder. setAnyGetter(AnyGetterWriter anyGetter)
-
Uses of AnyGetterWriter in com.fasterxml.jackson.databind.ser.std
Fields in com.fasterxml.jackson.databind.ser.std declared as AnyGetterWriter Modifier and Type Field Description protected AnyGetterWriter
BeanSerializerBase. _anyGetterWriter
Handler forJsonAnyGetter
annotated properties
-