java.lang.Object
tools.jackson.databind.JacksonSerializable.Base
- All Implemented Interfaces:
JacksonSerializable
- Direct Known Subclasses:
JsonNode
- Enclosing interface:
- JacksonSerializable
Base class with minimal implementation, as well as couple of extension methods
that core Jackson databinding makes use of.
Use of this base class is strongly recommended over directly implementing
JacksonSerializable
.-
Nested Class Summary
Nested classes/interfaces inherited from interface tools.jackson.databind.JacksonSerializable
JacksonSerializable.Base
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isEmpty
(SerializationContext serializers) Method that may be called on instance to determine if it is considered "empty" for purposes of serialization filtering or not.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface tools.jackson.databind.JacksonSerializable
serialize, serializeWithType
-
Constructor Details
-
Base
public Base()
-
-
Method Details
-
isEmpty
Method that may be called on instance to determine if it is considered "empty" for purposes of serialization filtering or not.
-