Package com.networknt.schema
Class Version4
- java.lang.Object
-
- com.networknt.schema.Version4
-
- All Implemented Interfaces:
JsonSchemaVersion
public class Version4 extends Object implements JsonSchemaVersion
Draft 4 dialect.
-
-
Constructor Summary
Constructors Constructor Description Version4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonMetaSchemagetInstance()Gets the meta-schema.
-
-
-
Method Detail
-
getInstance
public JsonMetaSchema getInstance()
Description copied from interface:JsonSchemaVersionGets the meta-schema.- Specified by:
getInstancein interfaceJsonSchemaVersion- Returns:
- the instance
-
-