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.
@FunctionalInterface public interface JsonMetaSchemaFactory
Factory forJsonMetaSchema
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JsonMetaSchema
getMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)
Gets the meta-schema given the IRI.
-
-
-
Method Detail
-
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
-
-