Class NullObject

java.lang.Object
com.electronwill.nightconfig.core.NullObject

public final class NullObject extends Object
Singleton for representing null values in Maps that don't support them.
  • Field Details

    • NULL_OBJECT

      public static final NullObject NULL_OBJECT
      Represents a "null" value, without being null. It has a different meaning than "no value".
  • Method Details