Class NullValue

  • All Implemented Interfaces:
    Serializable

    @ProtoTypeId(128)
    public final class NullValue
    extends Object
    implements Serializable
    A placeholder for null in a cache, because caches do not allow null values.
    Since:
    13.0
    Author:
    Dan Berindei
    See Also:
    Serialized Form
    • Field Detail

    • Method Detail

      • getInstance

        @ProtoFactory
        public static NullValue getInstance()