Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAvroMessageConverter - Class in org.springframework.cloud.stream.schema.registry.avro
-
Base class for Apache Avro
MessageConverterimplementations. - AbstractAvroMessageConverter(Collection<MimeType>, AvroSchemaServiceManager) - Constructor for class org.springframework.cloud.stream.schema.registry.avro.AbstractAvroMessageConverter
- AbstractAvroMessageConverter(MimeType, AvroSchemaServiceManager) - Constructor for class org.springframework.cloud.stream.schema.registry.avro.AbstractAvroMessageConverter
- afterPropertiesSet() - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
- AVRO_FORMAT - Static variable in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
-
Avro format defined in the Mime type.
- AvroMessageConverterAutoConfiguration - Class in org.springframework.cloud.stream.schema.registry.avro
- AvroMessageConverterAutoConfiguration() - Constructor for class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterAutoConfiguration
- AvroMessageConverterProperties - Class in org.springframework.cloud.stream.schema.registry.avro
- AvroMessageConverterProperties() - Constructor for class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterProperties
- AvroSchemaMessageConverter - Class in org.springframework.cloud.stream.schema.registry.avro
-
A
MessageConverterusing Apache Avro. - AvroSchemaMessageConverter(Collection<MimeType>, AvroSchemaServiceManager) - Constructor for class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaMessageConverter
-
Create a
AvroSchemaMessageConverter. - AvroSchemaMessageConverter(AvroSchemaServiceManager) - Constructor for class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaMessageConverter
-
Create a
AvroSchemaMessageConverter. - AvroSchemaMessageConverter(MimeType, AvroSchemaServiceManager) - Constructor for class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaMessageConverter
-
Create a
AvroSchemaMessageConverter. - avroSchemaMessageConverter1(SchemaRegistryClient, AvroSchemaServiceManager, AvroMessageConverterProperties) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterAutoConfiguration
- AvroSchemaRegistryClientMessageConverter - Class in org.springframework.cloud.stream.schema.registry.avro
-
A
MessageConverterfor Apache Avro, with the ability to publish and retrieve schemas stored in a schema server, allowing for schema evolution in applications. - AvroSchemaRegistryClientMessageConverter(SchemaRegistryClient, CacheManager, AvroSchemaServiceManager) - Constructor for class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
-
Creates a new instance, configuring it with
SchemaRegistryClientandCacheManager. - avroSchemaServiceManager() - Method in class org.springframework.cloud.stream.schema.registry.avro.AbstractAvroMessageConverter
- AvroSchemaServiceManager - Interface in org.springframework.cloud.stream.schema.registry.avro
-
Manage a
Schematogether with its String representation. - AvroSchemaServiceManagerImpl - Class in org.springframework.cloud.stream.schema.registry.avro
-
Default Concrete implementation of
AvroSchemaServiceManager. - AvroSchemaServiceManagerImpl() - Constructor for class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaServiceManagerImpl
B
- build() - Method in class example.avro.Command.Builder
- build() - Method in class example.avro.Email.Builder
- build() - Method in class example.avro.PushNotification.Builder
- build() - Method in class example.avro.Sms.Builder
- build() - Method in class example.avro.User.Builder
- build() - Method in class example.avro.v2.User.Builder
- build() - Method in class org.springframework.cloud.stream.samples.Status.Builder
C
- CACHE_PREFIX - Static variable in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
-
Spring Cloud Stream schema property prefix.
- cacheManager() - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterAutoConfiguration
- CachingRegistryClient - Class in org.springframework.cloud.stream.schema.registry.client
- CachingRegistryClient(SchemaRegistryClient) - Constructor for class org.springframework.cloud.stream.schema.registry.client.CachingRegistryClient
- canConvertFrom(Message<?>, Class<?>) - Method in class org.springframework.cloud.stream.schema.registry.avro.AbstractAvroMessageConverter
- clearAddressTo() - Method in class example.avro.Email.Builder
-
Clears the value of the 'addressTo' field.
- clearArn() - Method in class example.avro.PushNotification.Builder
-
Clears the value of the 'arn' field.
- clearCorrelationId() - Method in class example.avro.Command.Builder
-
Clears the value of the 'correlationId' field.
- clearFavoriteColor() - Method in class example.avro.User.Builder
-
Clears the value of the 'favoriteColor' field.
- clearFavoriteColor() - Method in class example.avro.v2.User.Builder
-
Clears the value of the 'favoriteColor' field.
- clearFavoriteNumber() - Method in class example.avro.User.Builder
-
Clears the value of the 'favoriteNumber' field.
- clearFavoriteNumber() - Method in class example.avro.v2.User.Builder
-
Clears the value of the 'favoriteNumber' field.
- clearFavoritePlace() - Method in class example.avro.v2.User.Builder
-
Clears the value of the 'favoritePlace' field.
- clearId() - Method in class org.springframework.cloud.stream.samples.Status.Builder
-
Clears the value of the 'id' field.
- clearName() - Method in class example.avro.User.Builder
-
Clears the value of the 'name' field.
- clearName() - Method in class example.avro.v2.User.Builder
-
Clears the value of the 'name' field.
- clearPayload() - Method in class example.avro.Command.Builder
-
Clears the value of the 'payload' field.
- clearPhoneNumber() - Method in class example.avro.Sms.Builder
-
Clears the value of the 'phoneNumber' field.
- clearText() - Method in class example.avro.Email.Builder
-
Clears the value of the 'text' field.
- clearText() - Method in class example.avro.PushNotification.Builder
-
Clears the value of the 'text' field.
- clearText() - Method in class example.avro.Sms.Builder
-
Clears the value of the 'text' field.
- clearText() - Method in class org.springframework.cloud.stream.samples.Status.Builder
-
Clears the value of the 'text' field.
- clearTimestamp() - Method in class org.springframework.cloud.stream.samples.Status.Builder
-
Clears the value of the 'timestamp' field.
- clearTitle() - Method in class example.avro.Email.Builder
-
Clears the value of the 'title' field.
- clearType() - Method in class example.avro.Command.Builder
-
Clears the value of the 'type' field.
- Command - Class in example.avro
- Command() - Constructor for class example.avro.Command
-
Default constructor.
- Command(CharSequence, CharSequence, Object) - Constructor for class example.avro.Command
-
All-args constructor.
- Command.Builder - Class in example.avro
-
RecordBuilder for Command instances.
- ConfluentSchemaRegistryClient - Class in org.springframework.cloud.stream.schema.registry.client
- ConfluentSchemaRegistryClient() - Constructor for class org.springframework.cloud.stream.schema.registry.client.ConfluentSchemaRegistryClient
- ConfluentSchemaRegistryClient(RestTemplate) - Constructor for class org.springframework.cloud.stream.schema.registry.client.ConfluentSchemaRegistryClient
- ConfluentSchemaRegistryClient(RestTemplate, ObjectMapper) - Constructor for class org.springframework.cloud.stream.schema.registry.client.ConfluentSchemaRegistryClient
- convertFromInternal(Message<?>, Class<?>, Object) - Method in class org.springframework.cloud.stream.schema.registry.avro.AbstractAvroMessageConverter
- convertToInternal(Object, MessageHeaders, Object) - Method in class org.springframework.cloud.stream.schema.registry.avro.AbstractAvroMessageConverter
- createDecoder(SchemaStore) - Static method in class example.avro.Command
-
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. - createDecoder(SchemaStore) - Static method in class example.avro.Email
-
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. - createDecoder(SchemaStore) - Static method in class example.avro.PushNotification
-
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. - createDecoder(SchemaStore) - Static method in class example.avro.Sms
-
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. - createDecoder(SchemaStore) - Static method in class example.avro.User
-
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. - createDecoder(SchemaStore) - Static method in class example.avro.v2.User
-
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. - createDecoder(SchemaStore) - Static method in class org.springframework.cloud.stream.samples.Status
-
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. - customDecode(ResolvingDecoder) - Method in class example.avro.Email
- customDecode(ResolvingDecoder) - Method in class example.avro.PushNotification
- customDecode(ResolvingDecoder) - Method in class example.avro.Sms
- customDecode(ResolvingDecoder) - Method in class example.avro.User
- customDecode(ResolvingDecoder) - Method in class example.avro.v2.User
- customDecode(ResolvingDecoder) - Method in class org.springframework.cloud.stream.samples.Status
- customEncode(Encoder) - Method in class example.avro.Email
- customEncode(Encoder) - Method in class example.avro.PushNotification
- customEncode(Encoder) - Method in class example.avro.Sms
- customEncode(Encoder) - Method in class example.avro.User
- customEncode(Encoder) - Method in class example.avro.v2.User
- customEncode(Encoder) - Method in class org.springframework.cloud.stream.samples.Status
D
- DEFAULT_AVRO_MIME_TYPE - Static variable in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
-
Default Mime type for Avro.
- DefaultSchemaRegistryClient - Class in org.springframework.cloud.stream.schema.registry.client
- DefaultSchemaRegistryClient(RestTemplateBuilder) - Constructor for class org.springframework.cloud.stream.schema.registry.client.DefaultSchemaRegistryClient
- DefaultSchemaRegistryClient(RestTemplate) - Constructor for class org.springframework.cloud.stream.schema.registry.client.DefaultSchemaRegistryClient
- DefaultSubjectNamingStrategy - Class in org.springframework.cloud.stream.schema.registry.avro
- DefaultSubjectNamingStrategy() - Constructor for class org.springframework.cloud.stream.schema.registry.avro.DefaultSubjectNamingStrategy
E
- Email - Class in example.avro
- Email() - Constructor for class example.avro.Email
-
Default constructor.
- Email(CharSequence, CharSequence, CharSequence) - Constructor for class example.avro.Email
-
All-args constructor.
- Email.Builder - Class in example.avro
-
RecordBuilder for Email instances.
- EnableSchemaRegistryClient - Annotation Interface in org.springframework.cloud.stream.schema.registry.client
- equals(Object) - Method in class example.avro.Command
- equals(Object) - Method in class example.avro.Email
- equals(Object) - Method in class example.avro.PushNotification
- equals(Object) - Method in class example.avro.Sms
- equals(Object) - Method in class example.avro.User
- equals(Object) - Method in class example.avro.v2.User
- equals(Object) - Method in class org.springframework.cloud.stream.samples.Status
- equals(Object) - Method in class org.springframework.cloud.stream.schema.registry.SchemaReference
- example.avro - package example.avro
- example.avro.v2 - package example.avro.v2
F
- fetch(int) - Method in class org.springframework.cloud.stream.schema.registry.client.CachingRegistryClient
- fetch(int) - Method in class org.springframework.cloud.stream.schema.registry.client.ConfluentSchemaRegistryClient
- fetch(int) - Method in class org.springframework.cloud.stream.schema.registry.client.DefaultSchemaRegistryClient
- fetch(int) - Method in interface org.springframework.cloud.stream.schema.registry.client.SchemaRegistryClient
-
Retrieves a schema by its identifier.
- fetch(SchemaReference) - Method in class org.springframework.cloud.stream.schema.registry.client.CachingRegistryClient
- fetch(SchemaReference) - Method in class org.springframework.cloud.stream.schema.registry.client.ConfluentSchemaRegistryClient
- fetch(SchemaReference) - Method in class org.springframework.cloud.stream.schema.registry.client.DefaultSchemaRegistryClient
- fetch(SchemaReference) - Method in interface org.springframework.cloud.stream.schema.registry.client.SchemaRegistryClient
-
Retrieves a schema by its reference (subject and version).
- fromByteBuffer(ByteBuffer) - Static method in class example.avro.Command
-
Deserializes a Command from a ByteBuffer.
- fromByteBuffer(ByteBuffer) - Static method in class example.avro.Email
-
Deserializes a Email from a ByteBuffer.
- fromByteBuffer(ByteBuffer) - Static method in class example.avro.PushNotification
-
Deserializes a PushNotification from a ByteBuffer.
- fromByteBuffer(ByteBuffer) - Static method in class example.avro.Sms
-
Deserializes a Sms from a ByteBuffer.
- fromByteBuffer(ByteBuffer) - Static method in class example.avro.User
-
Deserializes a User from a ByteBuffer.
- fromByteBuffer(ByteBuffer) - Static method in class example.avro.v2.User
-
Deserializes a User from a ByteBuffer.
- fromByteBuffer(ByteBuffer) - Static method in class org.springframework.cloud.stream.samples.Status
-
Deserializes a Status from a ByteBuffer.
G
- get(int) - Method in class example.avro.Command
- get(int) - Method in class example.avro.Email
- get(int) - Method in class example.avro.PushNotification
- get(int) - Method in class example.avro.Sms
- get(int) - Method in class example.avro.User
- get(int) - Method in class example.avro.v2.User
- get(int) - Method in class org.springframework.cloud.stream.samples.Status
- getAddressTo() - Method in class example.avro.Email.Builder
-
Gets the value of the 'addressTo' field.
- getAddressTo() - Method in class example.avro.Email
-
Gets the value of the 'addressTo' field.
- getArn() - Method in class example.avro.PushNotification.Builder
-
Gets the value of the 'arn' field.
- getArn() - Method in class example.avro.PushNotification
-
Gets the value of the 'arn' field.
- getClassSchema() - Static method in class example.avro.Command
- getClassSchema() - Static method in class example.avro.Email
- getClassSchema() - Static method in class example.avro.PushNotification
- getClassSchema() - Static method in class example.avro.Sms
- getClassSchema() - Static method in class example.avro.User
- getClassSchema() - Static method in class example.avro.v2.User
- getClassSchema() - Static method in class org.springframework.cloud.stream.samples.Status
- getCorrelationId() - Method in class example.avro.Command.Builder
-
Gets the value of the 'correlationId' field.
- getCorrelationId() - Method in class example.avro.Command
-
Gets the value of the 'correlationId' field.
- getDatumReader(Class<?>, Schema, Schema) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaServiceManagerImpl
-
get
DatumReader. - getDatumReader(Class<? extends Object>, Schema, Schema) - Method in interface org.springframework.cloud.stream.schema.registry.avro.AvroSchemaServiceManager
-
get
DatumReader. - getDatumWriter(Class<?>, Schema) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaServiceManagerImpl
-
get
DatumWriter. - getDatumWriter(Class<? extends Object>, Schema) - Method in interface org.springframework.cloud.stream.schema.registry.avro.AvroSchemaServiceManager
-
get
DatumWriter. - getDecoder() - Static method in class example.avro.Command
-
Return the BinaryMessageDecoder instance used by this class.
- getDecoder() - Static method in class example.avro.Email
-
Return the BinaryMessageDecoder instance used by this class.
- getDecoder() - Static method in class example.avro.PushNotification
-
Return the BinaryMessageDecoder instance used by this class.
- getDecoder() - Static method in class example.avro.Sms
-
Return the BinaryMessageDecoder instance used by this class.
- getDecoder() - Static method in class example.avro.User
-
Return the BinaryMessageDecoder instance used by this class.
- getDecoder() - Static method in class example.avro.v2.User
-
Return the BinaryMessageDecoder instance used by this class.
- getDecoder() - Static method in class org.springframework.cloud.stream.samples.Status
-
Return the BinaryMessageDecoder instance used by this class.
- getEncoder() - Static method in class example.avro.Command
-
Return the BinaryMessageEncoder instance used by this class.
- getEncoder() - Static method in class example.avro.Email
-
Return the BinaryMessageEncoder instance used by this class.
- getEncoder() - Static method in class example.avro.PushNotification
-
Return the BinaryMessageEncoder instance used by this class.
- getEncoder() - Static method in class example.avro.Sms
-
Return the BinaryMessageEncoder instance used by this class.
- getEncoder() - Static method in class example.avro.User
-
Return the BinaryMessageEncoder instance used by this class.
- getEncoder() - Static method in class example.avro.v2.User
-
Return the BinaryMessageEncoder instance used by this class.
- getEncoder() - Static method in class org.springframework.cloud.stream.samples.Status
-
Return the BinaryMessageEncoder instance used by this class.
- getEndpoint() - Method in class org.springframework.cloud.stream.schema.registry.client.config.SchemaRegistryClientProperties
- getEndpoint() - Method in class org.springframework.cloud.stream.schema.registry.client.DefaultSchemaRegistryClient
- getFavoriteColor() - Method in class example.avro.User.Builder
-
Gets the value of the 'favoriteColor' field.
- getFavoriteColor() - Method in class example.avro.User
-
Gets the value of the 'favoriteColor' field.
- getFavoriteColor() - Method in class example.avro.v2.User.Builder
-
Gets the value of the 'favoriteColor' field.
- getFavoriteColor() - Method in class example.avro.v2.User
-
Gets the value of the 'favoriteColor' field.
- getFavoriteNumber() - Method in class example.avro.User.Builder
-
Gets the value of the 'favoriteNumber' field.
- getFavoriteNumber() - Method in class example.avro.User
-
Gets the value of the 'favoriteNumber' field.
- getFavoriteNumber() - Method in class example.avro.v2.User.Builder
-
Gets the value of the 'favoriteNumber' field.
- getFavoriteNumber() - Method in class example.avro.v2.User
-
Gets the value of the 'favoriteNumber' field.
- getFavoritePlace() - Method in class example.avro.v2.User.Builder
-
Gets the value of the 'favoritePlace' field.
- getFavoritePlace() - Method in class example.avro.v2.User
-
Gets the value of the 'favoritePlace' field.
- getFormat() - Method in class org.springframework.cloud.stream.schema.registry.SchemaReference
- getId() - Method in class org.springframework.cloud.stream.samples.Status.Builder
-
Gets the value of the 'id' field.
- getId() - Method in class org.springframework.cloud.stream.samples.Status
-
Gets the value of the 'id' field.
- getId() - Method in class org.springframework.cloud.stream.schema.registry.SchemaRegistrationResponse
- getName() - Method in class example.avro.User.Builder
-
Gets the value of the 'name' field.
- getName() - Method in class example.avro.User
-
Gets the value of the 'name' field.
- getName() - Method in class example.avro.v2.User.Builder
-
Gets the value of the 'name' field.
- getName() - Method in class example.avro.v2.User
-
Gets the value of the 'name' field.
- getPayload() - Method in class example.avro.Command.Builder
-
Gets the value of the 'payload' field.
- getPayload() - Method in class example.avro.Command
-
Gets the value of the 'payload' field.
- getPhoneNumber() - Method in class example.avro.Sms.Builder
-
Gets the value of the 'phoneNumber' field.
- getPhoneNumber() - Method in class example.avro.Sms
-
Gets the value of the 'phoneNumber' field.
- getPrefix() - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterProperties
- getReaderSchema() - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterProperties
- getRegistration() - Method in class org.springframework.cloud.stream.schema.registry.ParsedSchema
- getRepresentation() - Method in class org.springframework.cloud.stream.schema.registry.ParsedSchema
- getRestTemplate() - Method in class org.springframework.cloud.stream.schema.registry.client.DefaultSchemaRegistryClient
- getSchema() - Method in class example.avro.Command
- getSchema() - Method in class example.avro.Email
- getSchema() - Method in class example.avro.PushNotification
- getSchema() - Method in class example.avro.Sms
- getSchema() - Method in class example.avro.User
- getSchema() - Method in class example.avro.v2.User
- getSchema() - Method in class org.springframework.cloud.stream.samples.Status
- getSchema() - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaMessageConverter
- getSchema() - Method in class org.springframework.cloud.stream.schema.registry.ParsedSchema
- getSchema(Class<?>) - Method in interface org.springframework.cloud.stream.schema.registry.avro.AvroSchemaServiceManager
-
get
Schema. - getSchema(Class<?>) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaServiceManagerImpl
-
get
Schema. - getSchemaImports() - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterProperties
- getSchemaLocations() - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterProperties
- getSchemaReference() - Method in class org.springframework.cloud.stream.schema.registry.SchemaRegistrationResponse
- getSpecificData() - Method in class example.avro.Command
- getSpecificData() - Method in class example.avro.Email
- getSpecificData() - Method in class example.avro.PushNotification
- getSpecificData() - Method in class example.avro.Sms
- getSpecificData() - Method in class example.avro.User
- getSpecificData() - Method in class example.avro.v2.User
- getSpecificData() - Method in class org.springframework.cloud.stream.samples.Status
- getSubject() - Method in class org.springframework.cloud.stream.schema.registry.SchemaReference
- getSubjectNamePrefix() - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterProperties
- getSubjectNamingStrategy() - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterProperties
- getText() - Method in class example.avro.Email.Builder
-
Gets the value of the 'text' field.
- getText() - Method in class example.avro.Email
-
Gets the value of the 'text' field.
- getText() - Method in class example.avro.PushNotification.Builder
-
Gets the value of the 'text' field.
- getText() - Method in class example.avro.PushNotification
-
Gets the value of the 'text' field.
- getText() - Method in class example.avro.Sms.Builder
-
Gets the value of the 'text' field.
- getText() - Method in class example.avro.Sms
-
Gets the value of the 'text' field.
- getText() - Method in class org.springframework.cloud.stream.samples.Status.Builder
-
Gets the value of the 'text' field.
- getText() - Method in class org.springframework.cloud.stream.samples.Status
-
Gets the value of the 'text' field.
- getTimestamp() - Method in class org.springframework.cloud.stream.samples.Status.Builder
-
Gets the value of the 'timestamp' field.
- getTimestamp() - Method in class org.springframework.cloud.stream.samples.Status
-
Gets the value of the 'timestamp' field.
- getTitle() - Method in class example.avro.Email.Builder
-
Gets the value of the 'title' field.
- getTitle() - Method in class example.avro.Email
-
Gets the value of the 'title' field.
- getType() - Method in class example.avro.Command.Builder
-
Gets the value of the 'type' field.
- getType() - Method in class example.avro.Command
-
Gets the value of the 'type' field.
- getVersion() - Method in class org.springframework.cloud.stream.schema.registry.SchemaReference
H
- hasAddressTo() - Method in class example.avro.Email.Builder
-
Checks whether the 'addressTo' field has been set.
- hasArn() - Method in class example.avro.PushNotification.Builder
-
Checks whether the 'arn' field has been set.
- hasCorrelationId() - Method in class example.avro.Command.Builder
-
Checks whether the 'correlationId' field has been set.
- hasCustomCoders() - Method in class example.avro.Email
- hasCustomCoders() - Method in class example.avro.PushNotification
- hasCustomCoders() - Method in class example.avro.Sms
- hasCustomCoders() - Method in class example.avro.User
- hasCustomCoders() - Method in class example.avro.v2.User
- hasCustomCoders() - Method in class org.springframework.cloud.stream.samples.Status
- hasFavoriteColor() - Method in class example.avro.User.Builder
-
Checks whether the 'favoriteColor' field has been set.
- hasFavoriteColor() - Method in class example.avro.v2.User.Builder
-
Checks whether the 'favoriteColor' field has been set.
- hasFavoriteNumber() - Method in class example.avro.User.Builder
-
Checks whether the 'favoriteNumber' field has been set.
- hasFavoriteNumber() - Method in class example.avro.v2.User.Builder
-
Checks whether the 'favoriteNumber' field has been set.
- hasFavoritePlace() - Method in class example.avro.v2.User.Builder
-
Checks whether the 'favoritePlace' field has been set.
- hashCode() - Method in class example.avro.Command
- hashCode() - Method in class example.avro.Email
- hashCode() - Method in class example.avro.PushNotification
- hashCode() - Method in class example.avro.Sms
- hashCode() - Method in class example.avro.User
- hashCode() - Method in class example.avro.v2.User
- hashCode() - Method in class org.springframework.cloud.stream.samples.Status
- hashCode() - Method in class org.springframework.cloud.stream.schema.registry.SchemaReference
- hasId() - Method in class org.springframework.cloud.stream.samples.Status.Builder
-
Checks whether the 'id' field has been set.
- hasName() - Method in class example.avro.User.Builder
-
Checks whether the 'name' field has been set.
- hasName() - Method in class example.avro.v2.User.Builder
-
Checks whether the 'name' field has been set.
- hasPayload() - Method in class example.avro.Command.Builder
-
Checks whether the 'payload' field has been set.
- hasPhoneNumber() - Method in class example.avro.Sms.Builder
-
Checks whether the 'phoneNumber' field has been set.
- hasText() - Method in class example.avro.Email.Builder
-
Checks whether the 'text' field has been set.
- hasText() - Method in class example.avro.PushNotification.Builder
-
Checks whether the 'text' field has been set.
- hasText() - Method in class example.avro.Sms.Builder
-
Checks whether the 'text' field has been set.
- hasText() - Method in class org.springframework.cloud.stream.samples.Status.Builder
-
Checks whether the 'text' field has been set.
- hasTimestamp() - Method in class org.springframework.cloud.stream.samples.Status.Builder
-
Checks whether the 'timestamp' field has been set.
- hasTitle() - Method in class example.avro.Email.Builder
-
Checks whether the 'title' field has been set.
- hasType() - Method in class example.avro.Command.Builder
-
Checks whether the 'type' field has been set.
I
- isCached() - Method in class org.springframework.cloud.stream.schema.registry.client.config.SchemaRegistryClientProperties
- isDynamicSchemaGenerationEnabled() - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterProperties
- isDynamicSchemaGenerationEnabled() - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
- isIgnoreSchemaRegistryServer() - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterProperties
L
- logger - Variable in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaServiceManagerImpl
N
- newBuilder() - Static method in class example.avro.Command
-
Creates a new Command RecordBuilder.
- newBuilder() - Static method in class example.avro.Email
-
Creates a new Email RecordBuilder.
- newBuilder() - Static method in class example.avro.PushNotification
-
Creates a new PushNotification RecordBuilder.
- newBuilder() - Static method in class example.avro.Sms
-
Creates a new Sms RecordBuilder.
- newBuilder() - Static method in class example.avro.User
-
Creates a new User RecordBuilder.
- newBuilder() - Static method in class example.avro.v2.User
-
Creates a new User RecordBuilder.
- newBuilder() - Static method in class org.springframework.cloud.stream.samples.Status
-
Creates a new Status RecordBuilder.
- newBuilder(Command) - Static method in class example.avro.Command
-
Creates a new Command RecordBuilder by copying an existing Command instance.
- newBuilder(Command.Builder) - Static method in class example.avro.Command
-
Creates a new Command RecordBuilder by copying an existing Builder.
- newBuilder(Email) - Static method in class example.avro.Email
-
Creates a new Email RecordBuilder by copying an existing Email instance.
- newBuilder(Email.Builder) - Static method in class example.avro.Email
-
Creates a new Email RecordBuilder by copying an existing Builder.
- newBuilder(PushNotification) - Static method in class example.avro.PushNotification
-
Creates a new PushNotification RecordBuilder by copying an existing PushNotification instance.
- newBuilder(PushNotification.Builder) - Static method in class example.avro.PushNotification
-
Creates a new PushNotification RecordBuilder by copying an existing Builder.
- newBuilder(Sms) - Static method in class example.avro.Sms
-
Creates a new Sms RecordBuilder by copying an existing Sms instance.
- newBuilder(Sms.Builder) - Static method in class example.avro.Sms
-
Creates a new Sms RecordBuilder by copying an existing Builder.
- newBuilder(User) - Static method in class example.avro.User
-
Creates a new User RecordBuilder by copying an existing User instance.
- newBuilder(User.Builder) - Static method in class example.avro.User
-
Creates a new User RecordBuilder by copying an existing Builder.
- newBuilder(User) - Static method in class example.avro.v2.User
-
Creates a new User RecordBuilder by copying an existing User instance.
- newBuilder(User.Builder) - Static method in class example.avro.v2.User
-
Creates a new User RecordBuilder by copying an existing Builder.
- newBuilder(Status) - Static method in class org.springframework.cloud.stream.samples.Status
-
Creates a new Status RecordBuilder by copying an existing Status instance.
- newBuilder(Status.Builder) - Static method in class org.springframework.cloud.stream.samples.Status
-
Creates a new Status RecordBuilder by copying an existing Builder.
O
- org.springframework.cloud.stream.samples - package org.springframework.cloud.stream.samples
- org.springframework.cloud.stream.schema.registry - package org.springframework.cloud.stream.schema.registry
- org.springframework.cloud.stream.schema.registry.avro - package org.springframework.cloud.stream.schema.registry.avro
- org.springframework.cloud.stream.schema.registry.client - package org.springframework.cloud.stream.schema.registry.client
- org.springframework.cloud.stream.schema.registry.client.config - package org.springframework.cloud.stream.schema.registry.client.config
P
- ParsedSchema - Class in org.springframework.cloud.stream.schema.registry
-
Stores a
Schematogether with its String representation. - ParsedSchema(Schema) - Constructor for class org.springframework.cloud.stream.schema.registry.ParsedSchema
- parseSchema(Resource) - Method in class org.springframework.cloud.stream.schema.registry.avro.AbstractAvroMessageConverter
- PREFIX_VALIDATION_PATTERN - Static variable in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
-
Pattern for validating the prefix to be used in the publised subtype.
- PushNotification - Class in example.avro
- PushNotification() - Constructor for class example.avro.PushNotification
-
Default constructor.
- PushNotification(CharSequence, CharSequence) - Constructor for class example.avro.PushNotification
-
All-args constructor.
- PushNotification.Builder - Class in example.avro
-
RecordBuilder for PushNotification instances.
- put(int, Object) - Method in class example.avro.Command
- put(int, Object) - Method in class example.avro.Email
- put(int, Object) - Method in class example.avro.PushNotification
- put(int, Object) - Method in class example.avro.Sms
- put(int, Object) - Method in class example.avro.User
- put(int, Object) - Method in class example.avro.v2.User
- put(int, Object) - Method in class org.springframework.cloud.stream.samples.Status
Q
- QualifiedSubjectNamingStrategy - Class in org.springframework.cloud.stream.schema.registry.avro
- QualifiedSubjectNamingStrategy() - Constructor for class org.springframework.cloud.stream.schema.registry.avro.QualifiedSubjectNamingStrategy
R
- readData(Class<? extends Object>, byte[], Schema, Schema) - Method in interface org.springframework.cloud.stream.schema.registry.avro.AvroSchemaServiceManager
-
read data from avro type payload
DatumReader. - readData(Class<? extends Object>, byte[], Schema, Schema) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaServiceManagerImpl
-
read data from avro type payload
DatumReader. - readExternal(ObjectInput) - Method in class example.avro.Command
- readExternal(ObjectInput) - Method in class example.avro.Email
- readExternal(ObjectInput) - Method in class example.avro.PushNotification
- readExternal(ObjectInput) - Method in class example.avro.Sms
- readExternal(ObjectInput) - Method in class example.avro.User
- readExternal(ObjectInput) - Method in class example.avro.v2.User
- readExternal(ObjectInput) - Method in class org.springframework.cloud.stream.samples.Status
- REFERENCE_CACHE_NAME - Static variable in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
-
Property for reference cache.
- REFLECTION_CACHE_NAME - Static variable in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
-
Property for reflection cache.
- register(String, String, String) - Method in class org.springframework.cloud.stream.schema.registry.client.CachingRegistryClient
- register(String, String, String) - Method in class org.springframework.cloud.stream.schema.registry.client.ConfluentSchemaRegistryClient
- register(String, String, String) - Method in class org.springframework.cloud.stream.schema.registry.client.DefaultSchemaRegistryClient
- register(String, String, String) - Method in interface org.springframework.cloud.stream.schema.registry.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.registry.avro.AbstractAvroMessageConverter
- resolveReaderSchemaForDeserialization(Class<?>) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaMessageConverter
- resolveReaderSchemaForDeserialization(Class<?>) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
- resolveSchemaForWriting(Object, MessageHeaders, MimeType) - Method in class org.springframework.cloud.stream.schema.registry.avro.AbstractAvroMessageConverter
- resolveSchemaForWriting(Object, MessageHeaders, MimeType) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaMessageConverter
- resolveSchemaForWriting(Object, MessageHeaders, MimeType) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
- resolveWriterSchemaForDeserialization(MimeType) - Method in class org.springframework.cloud.stream.schema.registry.avro.AbstractAvroMessageConverter
- resolveWriterSchemaForDeserialization(MimeType) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaMessageConverter
- resolveWriterSchemaForDeserialization(MimeType) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
S
- SCHEMA_CACHE_NAME - Static variable in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
-
Property for schema cache.
- SCHEMA$ - Static variable in class example.avro.Command
- SCHEMA$ - Static variable in class example.avro.Email
- SCHEMA$ - Static variable in class example.avro.PushNotification
- SCHEMA$ - Static variable in class example.avro.Sms
- SCHEMA$ - Static variable in class example.avro.User
- SCHEMA$ - Static variable in class example.avro.v2.User
- SCHEMA$ - Static variable in class org.springframework.cloud.stream.samples.Status
- schemaImports - Variable in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
- SchemaNotFoundException - Exception in org.springframework.cloud.stream.schema.registry
- SchemaNotFoundException(String) - Constructor for exception org.springframework.cloud.stream.schema.registry.SchemaNotFoundException
- SchemaReference - Class in org.springframework.cloud.stream.schema.registry
-
References a schema through its subject and version.
- SchemaReference(String, int, String) - Constructor for class org.springframework.cloud.stream.schema.registry.SchemaReference
- SchemaRegistrationResponse - Class in org.springframework.cloud.stream.schema.registry
- SchemaRegistrationResponse() - Constructor for class org.springframework.cloud.stream.schema.registry.SchemaRegistrationResponse
- schemaRegistryClient(SchemaRegistryClientProperties, RestTemplateBuilder) - Method in class org.springframework.cloud.stream.schema.registry.client.config.SchemaRegistryClientConfiguration
- SchemaRegistryClient - Interface in org.springframework.cloud.stream.schema.registry.client
- SchemaRegistryClientConfiguration - Class in org.springframework.cloud.stream.schema.registry.client.config
- SchemaRegistryClientConfiguration() - Constructor for class org.springframework.cloud.stream.schema.registry.client.config.SchemaRegistryClientConfiguration
- SchemaRegistryClientProperties - Class in org.springframework.cloud.stream.schema.registry.client.config
- SchemaRegistryClientProperties() - Constructor for class org.springframework.cloud.stream.schema.registry.client.config.SchemaRegistryClientProperties
- setAddressTo(CharSequence) - Method in class example.avro.Email.Builder
-
Sets the value of the 'addressTo' field.
- setAddressTo(CharSequence) - Method in class example.avro.Email
-
Sets the value of the 'addressTo' field.
- setArn(CharSequence) - Method in class example.avro.PushNotification.Builder
-
Sets the value of the 'arn' field.
- setArn(CharSequence) - Method in class example.avro.PushNotification
-
Sets the value of the 'arn' field.
- setCached(boolean) - Method in class org.springframework.cloud.stream.schema.registry.client.config.SchemaRegistryClientProperties
- setCorrelationId(CharSequence) - Method in class example.avro.Command.Builder
-
Sets the value of the 'correlationId' field.
- setCorrelationId(CharSequence) - Method in class example.avro.Command
-
Sets the value of the 'correlationId' field.
- setDynamicSchemaGenerationEnabled(boolean) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterProperties
- setDynamicSchemaGenerationEnabled(boolean) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
-
Allows the converter to generate and register schemas automatically.
- setEndpoint(String) - Method in class org.springframework.cloud.stream.schema.registry.client.config.SchemaRegistryClientProperties
- setEndpoint(String) - Method in class org.springframework.cloud.stream.schema.registry.client.ConfluentSchemaRegistryClient
- setEndpoint(String) - Method in class org.springframework.cloud.stream.schema.registry.client.DefaultSchemaRegistryClient
- setFavoriteColor(CharSequence) - Method in class example.avro.User.Builder
-
Sets the value of the 'favoriteColor' field.
- setFavoriteColor(CharSequence) - Method in class example.avro.User
-
Sets the value of the 'favoriteColor' field.
- setFavoriteColor(CharSequence) - Method in class example.avro.v2.User.Builder
-
Sets the value of the 'favoriteColor' field.
- setFavoriteColor(CharSequence) - Method in class example.avro.v2.User
-
Sets the value of the 'favoriteColor' field.
- setFavoriteNumber(Integer) - Method in class example.avro.User.Builder
-
Sets the value of the 'favoriteNumber' field.
- setFavoriteNumber(Integer) - Method in class example.avro.User
-
Sets the value of the 'favoriteNumber' field.
- setFavoriteNumber(Integer) - Method in class example.avro.v2.User.Builder
-
Sets the value of the 'favoriteNumber' field.
- setFavoriteNumber(Integer) - Method in class example.avro.v2.User
-
Sets the value of the 'favoriteNumber' field.
- setFavoritePlace(CharSequence) - Method in class example.avro.v2.User.Builder
-
Sets the value of the 'favoritePlace' field.
- setFavoritePlace(CharSequence) - Method in class example.avro.v2.User
-
Sets the value of the 'favoritePlace' field.
- setFormat(String) - Method in class org.springframework.cloud.stream.schema.registry.SchemaReference
- setId(int) - Method in class org.springframework.cloud.stream.schema.registry.SchemaRegistrationResponse
- setId(CharSequence) - Method in class org.springframework.cloud.stream.samples.Status.Builder
-
Sets the value of the 'id' field.
- setId(CharSequence) - Method in class org.springframework.cloud.stream.samples.Status
-
Sets the value of the 'id' field.
- setIgnoreSchemaRegistryServer(boolean) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterProperties
- setIgnoreSchemaRegistryServer(boolean) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
- setName(CharSequence) - Method in class example.avro.User.Builder
-
Sets the value of the 'name' field.
- setName(CharSequence) - Method in class example.avro.User
-
Sets the value of the 'name' field.
- setName(CharSequence) - Method in class example.avro.v2.User.Builder
-
Sets the value of the 'name' field.
- setName(CharSequence) - Method in class example.avro.v2.User
-
Sets the value of the 'name' field.
- setPayload(Object) - Method in class example.avro.Command.Builder
-
Sets the value of the 'payload' field.
- setPayload(Object) - Method in class example.avro.Command
-
Sets the value of the 'payload' field.
- setPhoneNumber(CharSequence) - Method in class example.avro.Sms.Builder
-
Sets the value of the 'phoneNumber' field.
- setPhoneNumber(CharSequence) - Method in class example.avro.Sms
-
Sets the value of the 'phoneNumber' field.
- setPrefix(String) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterProperties
- setPrefix(String) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
-
Set the prefix to be used in the published subtype.
- setReaderSchema(Resource) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterProperties
- setReaderSchema(Resource) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
- setRegistration(SchemaRegistrationResponse) - Method in class org.springframework.cloud.stream.schema.registry.ParsedSchema
- setSchema(Schema) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaMessageConverter
-
Sets the Apache Avro schema to be used by this converter.
- setSchemaImports(Resource[]) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterProperties
- setSchemaImports(Resource[]) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
-
A set of schema locations where should be imported first.
- setSchemaLocation(Resource) - Method in class org.springframework.cloud.stream.schema.registry.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.registry.avro.AvroMessageConverterProperties
- setSchemaLocations(Resource[]) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
-
A set of locations where the converter can load schemas from.
- setSchemaReference(SchemaReference) - Method in class org.springframework.cloud.stream.schema.registry.SchemaRegistrationResponse
- setSubject(String) - Method in class org.springframework.cloud.stream.schema.registry.SchemaReference
- setSubjectNamePrefix(String) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterProperties
- setSubjectNamePrefix(String) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
- setSubjectNamingStrategy(Class<? extends SubjectNamingStrategy>) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroMessageConverterProperties
- setSubjectNamingStrategy(SubjectNamingStrategy) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
- setText(CharSequence) - Method in class example.avro.Email.Builder
-
Sets the value of the 'text' field.
- setText(CharSequence) - Method in class example.avro.Email
-
Sets the value of the 'text' field.
- setText(CharSequence) - Method in class example.avro.PushNotification.Builder
-
Sets the value of the 'text' field.
- setText(CharSequence) - Method in class example.avro.PushNotification
-
Sets the value of the 'text' field.
- setText(CharSequence) - Method in class example.avro.Sms.Builder
-
Sets the value of the 'text' field.
- setText(CharSequence) - Method in class example.avro.Sms
-
Sets the value of the 'text' field.
- setText(CharSequence) - Method in class org.springframework.cloud.stream.samples.Status.Builder
-
Sets the value of the 'text' field.
- setText(CharSequence) - Method in class org.springframework.cloud.stream.samples.Status
-
Sets the value of the 'text' field.
- setTimestamp(long) - Method in class org.springframework.cloud.stream.samples.Status.Builder
-
Sets the value of the 'timestamp' field.
- setTimestamp(long) - Method in class org.springframework.cloud.stream.samples.Status
-
Sets the value of the 'timestamp' field.
- setTitle(CharSequence) - Method in class example.avro.Email.Builder
-
Sets the value of the 'title' field.
- setTitle(CharSequence) - Method in class example.avro.Email
-
Sets the value of the 'title' field.
- setType(CharSequence) - Method in class example.avro.Command.Builder
-
Sets the value of the 'type' field.
- setType(CharSequence) - Method in class example.avro.Command
-
Sets the value of the 'type' field.
- setVersion(int) - Method in class org.springframework.cloud.stream.schema.registry.SchemaReference
- Sms - Class in example.avro
- Sms() - Constructor for class example.avro.Sms
-
Default constructor.
- Sms(CharSequence, CharSequence) - Constructor for class example.avro.Sms
-
All-args constructor.
- Sms.Builder - Class in example.avro
-
RecordBuilder for Sms instances.
- Status - Class in org.springframework.cloud.stream.samples
- Status() - Constructor for class org.springframework.cloud.stream.samples.Status
-
Default constructor.
- Status(CharSequence, CharSequence, Long) - Constructor for class org.springframework.cloud.stream.samples.Status
-
All-args constructor.
- Status.Builder - Class in org.springframework.cloud.stream.samples
-
RecordBuilder for Status instances.
- SubjectNamingStrategy - Interface in org.springframework.cloud.stream.schema.registry.avro
-
Provides function towards naming schema registry subjects for Avro files.
- SubjectPrefixOnlyNamingStrategy - Class in org.springframework.cloud.stream.schema.registry.avro
- SubjectPrefixOnlyNamingStrategy() - Constructor for class org.springframework.cloud.stream.schema.registry.avro.SubjectPrefixOnlyNamingStrategy
- supports(Class<?>) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaMessageConverter
- supports(Class<?>) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
- supportsMimeType(MessageHeaders) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
T
- toByteBuffer() - Method in class example.avro.Command
-
Serializes this Command to a ByteBuffer.
- toByteBuffer() - Method in class example.avro.Email
-
Serializes this Email to a ByteBuffer.
- toByteBuffer() - Method in class example.avro.PushNotification
-
Serializes this PushNotification to a ByteBuffer.
- toByteBuffer() - Method in class example.avro.Sms
-
Serializes this Sms to a ByteBuffer.
- toByteBuffer() - Method in class example.avro.User
-
Serializes this User to a ByteBuffer.
- toByteBuffer() - Method in class example.avro.v2.User
-
Serializes this User to a ByteBuffer.
- toByteBuffer() - Method in class org.springframework.cloud.stream.samples.Status
-
Serializes this Status to a ByteBuffer.
- toString() - Method in class org.springframework.cloud.stream.schema.registry.SchemaReference
- toSubject(String, Schema) - Method in class org.springframework.cloud.stream.schema.registry.avro.AvroSchemaRegistryClientMessageConverter
- toSubject(String, Schema) - Method in class org.springframework.cloud.stream.schema.registry.avro.DefaultSubjectNamingStrategy
- toSubject(String, Schema) - Method in class org.springframework.cloud.stream.schema.registry.avro.QualifiedSubjectNamingStrategy
- toSubject(String, Schema) - Method in interface org.springframework.cloud.stream.schema.registry.avro.SubjectNamingStrategy
-
Takes the Avro schema on input and returns the generated subject under which the schema should be registered.
- toSubject(String, Schema) - Method in class org.springframework.cloud.stream.schema.registry.avro.SubjectPrefixOnlyNamingStrategy
U
- User - Class in example.avro
- User - Class in example.avro.v2
- User() - Constructor for class example.avro.User
-
Default constructor.
- User() - Constructor for class example.avro.v2.User
-
Default constructor.
- User(CharSequence, Integer, CharSequence) - Constructor for class example.avro.User
-
All-args constructor.
- User(CharSequence, Integer, CharSequence, CharSequence) - Constructor for class example.avro.v2.User
-
All-args constructor.
- User.Builder - Class in example.avro
-
RecordBuilder for User instances.
- User.Builder - Class in example.avro.v2
-
RecordBuilder for User instances.
W
- writeExternal(ObjectOutput) - Method in class example.avro.Command
- writeExternal(ObjectOutput) - Method in class example.avro.Email
- writeExternal(ObjectOutput) - Method in class example.avro.PushNotification
- writeExternal(ObjectOutput) - Method in class example.avro.Sms
- writeExternal(ObjectOutput) - Method in class example.avro.User
- writeExternal(ObjectOutput) - Method in class example.avro.v2.User
- writeExternal(ObjectOutput) - Method in class org.springframework.cloud.stream.samples.Status
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form