Class JsonNull

  • All Implemented Interfaces:
    com.github.erosb.jsonsKema.IJsonNull , com.github.erosb.jsonsKema.IJsonValue

    
    public final class JsonNull
    extends JsonValue implements IJsonNull
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      SourceLocation getLocation()
      Boolean equals(Object other)
      • Methods inherited from class com.github.erosb.jsonsKema.IJsonNull

        accept, jsonTypeAsString, requireNull
      • Methods inherited from class com.github.erosb.jsonsKema.IJsonValue

        maybeArray, maybeNumber, maybeObject, maybeString, requireArray, requireBoolean, requireInt, requireNumber, requireObject, requireString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait