Class ValidationEvent<S extends Schema>

    • Field Detail

      • schema

        protected final S extends Schema schema
      • instance

        protected final Object instance
    • Constructor Detail

      • ValidationEvent

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

      • getSchema

        public S getSchema()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toJSON

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