Package com.networknt.schema.resource
Interface SchemaLoader
- All Known Implementing Classes:
AllowSchemaLoader
,ClasspathSchemaLoader
,DefaultSchemaLoader
,DisallowSchemaLoader
,MapSchemaLoader
,UriSchemaLoader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Schema Loader used to load a schema given the retrieval IRI.
-
Method Summary
Modifier and TypeMethodDescriptiongetSchema
(AbsoluteIri absoluteIri) Loads a schema given the retrieval IRI.
-
Method Details
-
getSchema
Loads a schema given the retrieval IRI.- Parameters:
absoluteIri
- the retrieval IRI- Returns:
- the input stream source
-