Package com.networknt.schema
Interface JsonMetaSchemaFactory
- All Known Implementing Classes:
DefaultJsonMetaSchemaFactory,DisallowUnknownJsonMetaSchemaFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory for
JsonMetaSchema.-
Method Summary
Modifier and TypeMethodDescriptiongetMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config) Gets the meta-schema given the IRI.
-
Method Details
-
getMetaSchema
JsonMetaSchema getMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config) Gets the meta-schema given the IRI.- Parameters:
iri- the meta-schema IRIschemaFactory- the schema factoryconfig- the config- Returns:
- the meta-schema
-