Class ValidationEvent<S extends Schema>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object instance  
      protected S schema  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ValidationEvent​(S schema, java.lang.Object instance)  
    • Method Summary

      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      S getSchema()  
      int hashCode()  
      org.json.JSONObject toJSON​(boolean includeSchema, boolean includeInstance)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • schema

        protected final S extends Schema schema
      • instance

        protected final java.lang.Object instance
    • Constructor Detail

      • ValidationEvent

        protected ValidationEvent​(S schema,
                                  java.lang.Object instance)
    • Method Detail

      • getSchema

        public S getSchema()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toJSON

        public org.json.JSONObject toJSON​(boolean includeSchema,
                                          boolean includeInstance)