Java com.fasterxml.jackson.databind.ser PropertyWriter fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.databind.ser PropertyWriter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.fasterxml.jackson.databind.ser PropertyWriter.

The text is from its open source code.

Method

StringgetName()
voidserializeAsField(Object pojo, JsonGenerator jgen, SerializerProvider prov)
The main serialization method called by filter when property is to be written normally.
voidserializeAsOmittedField(Object pojo, JsonGenerator jgen, SerializerProvider prov)
Serialization method that filter needs to call in cases where property is to be filtered, but the underlying data format requires a placeholder of some kind.