Uses of Package
io.apicurio.datamodels.refs
-
Packages that use io.apicurio.datamodels.refs Package Description io.apicurio.datamodels io.apicurio.datamodels.deref io.apicurio.datamodels.refs -
Classes in io.apicurio.datamodels.refs used by io.apicurio.datamodels Class Description IReferenceResolver Used to resolve references ($ref or operationRef) to a JSON object. -
Classes in io.apicurio.datamodels.refs used by io.apicurio.datamodels.deref Class Description IReferenceResolver Used to resolve references ($ref or operationRef) to a JSON object.ReferenceContext -
Classes in io.apicurio.datamodels.refs used by io.apicurio.datamodels.refs Class Description IReferenceResolver Used to resolve references ($ref or operationRef) to a JSON object.Reference Encapsulates a reference string in OpenAPI/AsyncAPI schema, for easier manipulation and parsing.ReferenceContext ReferenceResolverChain The chain of reference resolvers.ResolvedReference Represents a resolved reference that can contain three different types of content: NODE: AnNoderepresenting an OpenAPI or AsyncAPI document/component JSON: AJsonNoderepresenting JSON/YAML content that isn't OpenAPI/AsyncAPI TEXT: A String representing non-JSON content such as Protocol Buffers (.proto), GraphQL, Avro text schemas, etc.ResolvedReference.ResolvedReferenceType Enumeration of the types of content that can be contained in aResolvedReference.ResolverOptions ResolverOptionsType