Class AbstractDataModelsReferenceFinder
java.lang.Object
io.apicurio.registry.content.refs.AbstractDataModelsReferenceFinder
- All Implemented Interfaces:
ReferenceFinder
- Direct Known Subclasses:
OpenApiReferenceFinder
Implementation of a reference finder that uses Apicurio Data Models and so supports any specification
contained therein. Parses the document, finds all $refs, converts them to external references, and
returns them.
- Author:
- eric.wittmann@gmail.com
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractDataModelsReferenceFinder
public AbstractDataModelsReferenceFinder()
-
-
Method Details
-
findExternalReferences
- Specified by:
findExternalReferencesin interfaceReferenceFinder- See Also:
-