Package net.pwall.json.schema.validation
Interface FormatValidator.FormatChecker
-
- All Implemented Interfaces:
public interface FormatValidator.FormatChecker
-
-
Method Summary
Modifier and Type Method Description abstract Booleancheck(JSONValue value)BasicErrorEntrygetBasicErrorEntry(JSONSchema schema, JSONPointer relativeLocation, JSONPointer instanceLocation, JSONValue json)abstract StringgetName()-
-
Method Detail
-
getBasicErrorEntry
BasicErrorEntry getBasicErrorEntry(JSONSchema schema, JSONPointer relativeLocation, JSONPointer instanceLocation, JSONValue json)
-
-
-
-