Uses of Class
io.github.microcks.util.SchemaMap
Packages that use SchemaMap
-
Uses of SchemaMap in io.github.microcks.util.asyncapi
Methods in io.github.microcks.util.asyncapi with parameters of type SchemaMapModifier and TypeMethodDescriptionstatic org.apache.avro.Schema
AsyncAPISchemaUtil.retrieveMessageAvroSchema
(com.fasterxml.jackson.databind.JsonNode specificationNode, String messagePathPointer, SchemaMap schemaMap) Retrieve the Avro schema corresponding to a message using its JSON pointer in Spec.AsyncAPISchemaValidator.validateAvroMessage
(com.fasterxml.jackson.databind.JsonNode specificationNode, byte[] avroBinary, String messagePathPointer, SchemaMap schemaMap) Validate an Avro binary representing an AsyncAPI message against a node representing a full AsyncAPI specification (and not just a schema node).AsyncAPISchemaValidator.validateAvroMessage
(com.fasterxml.jackson.databind.JsonNode specificationNode, org.apache.avro.generic.GenericRecord avroRecord, String messagePathPointer, SchemaMap schemaMap) Validate an Avro binary representing an AsyncAPI message against a node representing a full AsyncAPI specification (and not just a schema node).