Uses of Class
io.github.microcks.util.SchemaMap

Packages that use SchemaMap
Package
Description
 
  • Uses of SchemaMap in io.github.microcks.util.asyncapi

    Methods in io.github.microcks.util.asyncapi with parameters of type SchemaMap
    Modifier and Type
    Method
    Description
    static List<String>
    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).
    static List<String>
    AsyncAPISchemaValidator.validateAvroMessage(com.fasterxml.jackson.databind.JsonNode specificationNode, org.apache.avro.generic.GenericRecord record, 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).