jar

com.jashmore : spring-cloud-schema-registry-extension-api

Maven & Gradle

Jul 30, 2023
2 usages
46 stars

Spring Cloud Schema Registry Extension Api · API for building a payload parser that has been serialized via the schema registered in the Spring Cloud Schema Registry

Table Of Contents

Latest Version

Download com.jashmore : spring-cloud-schema-registry-extension-api JAR file - Latest Versions:

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-cloud-schema-registry-extension-api-6.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jashmore.sqs.extensions.registry

├─ com.jashmore.sqs.extensions.registry.ConsumerSchemaRetriever.class - [JAR]

├─ com.jashmore.sqs.extensions.registry.ConsumerSchemaRetrieverException.class - [JAR]

├─ com.jashmore.sqs.extensions.registry.InMemoryCachingProducerSchemaRetriever.class - [JAR]

├─ com.jashmore.sqs.extensions.registry.MessageAttributeSchemaReferenceExtractor.class - [JAR]

├─ com.jashmore.sqs.extensions.registry.MessagePayloadDeserializer.class - [JAR]

├─ com.jashmore.sqs.extensions.registry.MessagePayloadDeserializerException.class - [JAR]

├─ com.jashmore.sqs.extensions.registry.ProducerSchemaRetriever.class - [JAR]

├─ com.jashmore.sqs.extensions.registry.ProducerSchemaRetrieverException.class - [JAR]

├─ com.jashmore.sqs.extensions.registry.SchemaReferenceExtractor.class - [JAR]

├─ com.jashmore.sqs.extensions.registry.SchemaReferenceExtractorException.class - [JAR]

├─ com.jashmore.sqs.extensions.registry.SpringCloudSchemaArgumentResolver.class - [JAR]

├─ com.jashmore.sqs.extensions.registry.SpringCloudSchemaRegistryPayload.class - [JAR]

├─ com.jashmore.sqs.extensions.registry.SpringCloudSchemaSqsConfiguration.class - [JAR]

Advertisement