Uses of Interface
io.zerocopy.json.schema.loader.DocumentLoader
-
Packages that use DocumentLoader Package Description io.zerocopy.json.schema.context io.zerocopy.json.schema.loader -
-
Uses of DocumentLoader in io.zerocopy.json.schema.context
Methods in io.zerocopy.json.schema.context that return DocumentLoader Modifier and Type Method Description DocumentLoaderSchemaResolutionContext. getDocumentLoader()Methods in io.zerocopy.json.schema.context with parameters of type DocumentLoader Modifier and Type Method Description voidSchemaResolutionContext. setDocumentLoader(DocumentLoader documentLoader) -
Uses of DocumentLoader in io.zerocopy.json.schema.loader
Classes in io.zerocopy.json.schema.loader that implement DocumentLoader Modifier and Type Class Description classDefaultDocumentLoaderLoads known default schemas and hyper-schemas from prepackaged resources instead of from http://json-schema.org/
-