Skip navigation links
A C D E F G H I O P R S T 

A

AbstractAvroMessageConverter - Class in org.springframework.cloud.stream.schema.avro
Base class for Apache Avro MessageConverter implementations.
AbstractAvroMessageConverter(MimeType) - Constructor for class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
AbstractAvroMessageConverter(Collection<MimeType>) - Constructor for class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
afterPropertiesSet() - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
AVRO_FORMAT - Static variable in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
AvroMessageConverterAutoConfiguration - Class in org.springframework.cloud.stream.schema.avro
 
AvroMessageConverterAutoConfiguration() - Constructor for class org.springframework.cloud.stream.schema.avro.AvroMessageConverterAutoConfiguration
 
AvroMessageConverterProperties - Class in org.springframework.cloud.stream.schema.avro
 
AvroMessageConverterProperties() - Constructor for class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
avroSchemaMessageConverter(SchemaRegistryClient) - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterAutoConfiguration
 
AvroSchemaMessageConverter - Class in org.springframework.cloud.stream.schema.avro
A MessageConverter using Apache Avro.
AvroSchemaMessageConverter() - Constructor for class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
AvroSchemaMessageConverter(MimeType) - Constructor for class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
AvroSchemaMessageConverter(Collection<MimeType>) - Constructor for class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
AvroSchemaRegistryClientMessageConverter - Class in org.springframework.cloud.stream.schema.avro
A MessageConverter for Apache Avro, with the ability to publish and retrieve schemas stored in a schema server, allowing for schema evolution in applications.
AvroSchemaRegistryClientMessageConverter(SchemaRegistryClient) - Constructor for class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
Creates a new instance, configuring it with a SchemaRegistryClient.

C

CACHE_PREFIX - Static variable in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
cacheManager() - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterAutoConfiguration
 
CachingRegistryClient - Class in org.springframework.cloud.stream.schema.client
 
CachingRegistryClient(SchemaRegistryClient) - Constructor for class org.springframework.cloud.stream.schema.client.CachingRegistryClient
 
canConvertFrom(Message<?>, Class<?>) - Method in class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
ConfluentSchemaRegistryClient - Class in org.springframework.cloud.stream.schema.client
 
ConfluentSchemaRegistryClient() - Constructor for class org.springframework.cloud.stream.schema.client.ConfluentSchemaRegistryClient
 
convertFromInternal(Message<?>, Class<?>, Object) - Method in class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
convertToInternal(Object, MessageHeaders, Object) - Method in class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 

D

DefaultSchemaRegistryClient - Class in org.springframework.cloud.stream.schema.client
 
DefaultSchemaRegistryClient() - Constructor for class org.springframework.cloud.stream.schema.client.DefaultSchemaRegistryClient
 

E

EnableSchemaRegistryClient - Annotation Type in org.springframework.cloud.stream.schema.client
 
equals(Object) - Method in class org.springframework.cloud.stream.schema.SchemaReference
 

F

fetch(SchemaReference) - Method in class org.springframework.cloud.stream.schema.client.CachingRegistryClient
 
fetch(int) - Method in class org.springframework.cloud.stream.schema.client.CachingRegistryClient
 
fetch(SchemaReference) - Method in class org.springframework.cloud.stream.schema.client.ConfluentSchemaRegistryClient
 
fetch(int) - Method in class org.springframework.cloud.stream.schema.client.ConfluentSchemaRegistryClient
 
fetch(SchemaReference) - Method in class org.springframework.cloud.stream.schema.client.DefaultSchemaRegistryClient
 
fetch(int) - Method in class org.springframework.cloud.stream.schema.client.DefaultSchemaRegistryClient
 
fetch(SchemaReference) - Method in interface org.springframework.cloud.stream.schema.client.SchemaRegistryClient
Retrieves a schema by its reference (subject and version).
fetch(int) - Method in interface org.springframework.cloud.stream.schema.client.SchemaRegistryClient
Retrieves a schema by its identifier.

G

getDatumReader(Class<Object>, Schema, Schema) - Method in class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
getEndpoint() - Method in class org.springframework.cloud.stream.schema.client.config.SchemaRegistryClientProperties
 
getFormat() - Method in class org.springframework.cloud.stream.schema.SchemaReference
 
getId() - Method in class org.springframework.cloud.stream.schema.SchemaRegistrationResponse
 
getPrefix() - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
getReaderSchema() - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
getRegistration() - Method in class org.springframework.cloud.stream.schema.ParsedSchema
 
getRepresentation() - Method in class org.springframework.cloud.stream.schema.ParsedSchema
 
getSchema() - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
 
getSchema() - Method in class org.springframework.cloud.stream.schema.ParsedSchema
 
getSchemaLocations() - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
getSchemaReference() - Method in class org.springframework.cloud.stream.schema.SchemaRegistrationResponse
 
getSubject() - Method in class org.springframework.cloud.stream.schema.SchemaReference
 
getVersion() - Method in class org.springframework.cloud.stream.schema.SchemaReference
 

H

hashCode() - Method in class org.springframework.cloud.stream.schema.SchemaReference
 

I

isCached() - Method in class org.springframework.cloud.stream.schema.client.config.SchemaRegistryClientProperties
 
isDynamicSchemaGenerationEnabled() - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
isDynamicSchemaGenerationEnabled() - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 

O

org.springframework.cloud.stream.schema - package org.springframework.cloud.stream.schema
 
org.springframework.cloud.stream.schema.avro - package org.springframework.cloud.stream.schema.avro
 
org.springframework.cloud.stream.schema.client - package org.springframework.cloud.stream.schema.client
 
org.springframework.cloud.stream.schema.client.config - package org.springframework.cloud.stream.schema.client.config
 

P

ParsedSchema - Class in org.springframework.cloud.stream.schema
Stores a Schema together with its String representation.
ParsedSchema(Schema) - Constructor for class org.springframework.cloud.stream.schema.ParsedSchema
 
parseSchema(Resource) - Static method in class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
PREFIX_VALIDATION_PATTERN - Static variable in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 

R

REFERENCE_CACHE_NAME - Static variable in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
REFLECTION_CACHE_NAME - Static variable in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
register(String, String, String) - Method in class org.springframework.cloud.stream.schema.client.CachingRegistryClient
 
register(String, String, String) - Method in class org.springframework.cloud.stream.schema.client.ConfluentSchemaRegistryClient
 
register(String, String, String) - Method in class org.springframework.cloud.stream.schema.client.DefaultSchemaRegistryClient
 
register(String, String, String) - Method in interface org.springframework.cloud.stream.schema.client.SchemaRegistryClient
Registers a schema with the remote repository returning the unique identifier associated with this schema.
resolveReaderSchemaForDeserialization(Class<?>) - Method in class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
resolveReaderSchemaForDeserialization(Class<?>) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
 
resolveReaderSchemaForDeserialization(Class<?>) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
resolveSchemaForWriting(Object, MessageHeaders, MimeType) - Method in class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
resolveSchemaForWriting(Object, MessageHeaders, MimeType) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
 
resolveSchemaForWriting(Object, MessageHeaders, MimeType) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
resolveWriterSchemaForDeserialization(MimeType) - Method in class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
resolveWriterSchemaForDeserialization(MimeType) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
 
resolveWriterSchemaForDeserialization(MimeType) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 

S

SCHEMA_CACHE_NAME - Static variable in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
SchemaNotFoundException - Exception in org.springframework.cloud.stream.schema
 
SchemaNotFoundException(String) - Constructor for exception org.springframework.cloud.stream.schema.SchemaNotFoundException
 
SchemaReference - Class in org.springframework.cloud.stream.schema
References a schema through its subject and version.
SchemaReference(String, int, String) - Constructor for class org.springframework.cloud.stream.schema.SchemaReference
 
SchemaRegistrationResponse - Class in org.springframework.cloud.stream.schema
 
SchemaRegistrationResponse() - Constructor for class org.springframework.cloud.stream.schema.SchemaRegistrationResponse
 
schemaRegistryClient() - Method in class org.springframework.cloud.stream.schema.client.config.SchemaRegistryClientConfiguration
 
SchemaRegistryClient - Interface in org.springframework.cloud.stream.schema.client
 
SchemaRegistryClientConfiguration - Class in org.springframework.cloud.stream.schema.client.config
 
SchemaRegistryClientConfiguration() - Constructor for class org.springframework.cloud.stream.schema.client.config.SchemaRegistryClientConfiguration
 
SchemaRegistryClientProperties - Class in org.springframework.cloud.stream.schema.client.config
 
SchemaRegistryClientProperties() - Constructor for class org.springframework.cloud.stream.schema.client.config.SchemaRegistryClientProperties
 
setCached(boolean) - Method in class org.springframework.cloud.stream.schema.client.config.SchemaRegistryClientProperties
 
setCacheManager(CacheManager) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
setDynamicSchemaGenerationEnabled(boolean) - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
setDynamicSchemaGenerationEnabled(boolean) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
Allows the converter to generate and register schemas automatically.
setEndpoint(String) - Method in class org.springframework.cloud.stream.schema.client.config.SchemaRegistryClientProperties
 
setEndpoint(String) - Method in class org.springframework.cloud.stream.schema.client.ConfluentSchemaRegistryClient
 
setEndpoint(String) - Method in class org.springframework.cloud.stream.schema.client.DefaultSchemaRegistryClient
 
setFormat(String) - Method in class org.springframework.cloud.stream.schema.SchemaReference
 
setId(int) - Method in class org.springframework.cloud.stream.schema.SchemaRegistrationResponse
 
setPrefix(String) - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
setPrefix(String) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
Set the prefix to be used in the publised subtype.
setReaderSchema(Resource) - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
setReaderSchema(Resource) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
setRegistration(SchemaRegistrationResponse) - Method in class org.springframework.cloud.stream.schema.ParsedSchema
 
setSchema(Schema) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
Sets the Apache Avro schema to be used by this converter.
setSchemaLocation(Resource) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
The location of the Apache Avro schema to be used by this converter.
setSchemaLocations(Resource[]) - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
setSchemaLocations(Resource[]) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
A set of locations where the converter can load schemas from.
setSchemaReference(SchemaReference) - Method in class org.springframework.cloud.stream.schema.SchemaRegistrationResponse
 
setSubject(String) - Method in class org.springframework.cloud.stream.schema.SchemaReference
 
setVersion(int) - Method in class org.springframework.cloud.stream.schema.SchemaReference
 
supports(Class<?>) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
 
supports(Class<?>) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
supportsMimeType(MessageHeaders) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 

T

toString() - Method in class org.springframework.cloud.stream.schema.SchemaReference
 
toSubject(Schema) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
A C D E F G H I O P R S T 
Skip navigation links

Copyright © 2017 Pivotal Software, Inc.. All rights reserved.