Interface IJsonBoolean

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

    
    public interface IJsonBoolean
     implements IJsonValue
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String jsonTypeAsString()
      IJsonBoolean requireBoolean()
      <P extends Any> P accept(JsonVisitor<P> visitor)
      abstract Boolean getValue()
      • Methods inherited from class com.github.erosb.jsonsKema.IJsonValue

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

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