Class JacksonSerializable.Base

java.lang.Object
tools.jackson.databind.JacksonSerializable.Base
All Implemented Interfaces:
JacksonSerializable
Direct Known Subclasses:
JsonNode
Enclosing interface:
JacksonSerializable

public abstract static class JacksonSerializable.Base extends Object implements 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.
  • Constructor Details

    • Base

      public Base()
  • Method Details

    • isEmpty

      public boolean isEmpty(SerializationContext serializers)
      Method that may be called on instance to determine if it is considered "empty" for purposes of serialization filtering or not.