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 AnyGetterWriterBeanSerializerBuilder. _anyGetterWriter used for "any getter" properties, if any.Methods in com.fasterxml.jackson.databind.ser that return AnyGetterWriter Modifier and Type Method Description AnyGetterWriterBeanSerializerBuilder. getAnyGetter()Methods in com.fasterxml.jackson.databind.ser with parameters of type AnyGetterWriter Modifier and Type Method Description voidBeanSerializerBuilder. 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 AnyGetterWriterBeanSerializerBase. _anyGetterWriterHandler forJsonAnyGetterannotated properties
-