Uses of Interface
org.springframework.cloud.function.context.converter.avro.AvroSchemaServiceManager
-
Packages that use AvroSchemaServiceManager Package Description org.springframework.cloud.function.context.converter.avro -
-
Uses of AvroSchemaServiceManager in org.springframework.cloud.function.context.converter.avro
Classes in org.springframework.cloud.function.context.converter.avro that implement AvroSchemaServiceManager Modifier and Type Class Description classAvroSchemaServiceManagerImplDefault Concrete implementation ofAvroSchemaServiceManager.Methods in org.springframework.cloud.function.context.converter.avro that return AvroSchemaServiceManager Modifier and Type Method Description protected AvroSchemaServiceManagerAbstractAvroMessageConverter. avroSchemaServiceManager()Constructors in org.springframework.cloud.function.context.converter.avro with parameters of type AvroSchemaServiceManager Constructor Description AbstractAvroMessageConverter(Collection<org.springframework.util.MimeType> supportedMimeTypes, AvroSchemaServiceManager manager)AbstractAvroMessageConverter(org.springframework.util.MimeType supportedMimeType, AvroSchemaServiceManager avroSchemaServiceManager)AvroSchemaMessageConverter(Collection<org.springframework.util.MimeType> supportedMimeTypes, AvroSchemaServiceManager manager)Create aAvroSchemaMessageConverter.AvroSchemaMessageConverter(AvroSchemaServiceManager manager)Create aAvroSchemaMessageConverter.AvroSchemaMessageConverter(org.springframework.util.MimeType supportedMimeType, AvroSchemaServiceManager manager)Create aAvroSchemaMessageConverter.
-