c
pl.touk.nussknacker.engine.schemedkafka.schemaregistry.confluent.serialization
ConfluentKafkaAvroDeserializer
class ConfluentKafkaAvroDeserializer[T] extends AbstractConfluentKafkaAvroDeserializer with Deserializer[T]
This is Kafka Avro Deserialization class. All events will be deserialized to provided schema.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfluentKafkaAvroDeserializer
- Deserializer
- Closeable
- AutoCloseable
- AbstractConfluentKafkaAvroDeserializer
- AbstractKafkaAvroDeserializer
- AbstractKafkaSchemaSerDe
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ConfluentKafkaAvroDeserializer(kafkaConfig: KafkaConfig, schemaData: Option[RuntimeSchemaData[AvroSchema]], confluentSchemaRegistryClient: ConfluentSchemaRegistryClient, _isKey: Boolean, _useSpecificAvroReader: Boolean)
Type Members
-
class
DeserializationContext extends AnyRef
- Attributes
- private[serializers]
- Definition Classes
- AbstractKafkaAvroDeserializer
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
close(): Unit
- Definition Classes
- ConfluentKafkaAvroDeserializer → Deserializer → Closeable → AutoCloseable
-
def
configure(configs: Map[String, _], _isKey: Boolean): Unit
- Definition Classes
- ConfluentKafkaAvroDeserializer → Deserializer
-
def
configure(arg0: KafkaAvroDeserializerConfig): Unit
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaAvroDeserializer
-
def
configureClientProperties(arg0: AbstractKafkaSchemaSerDeConfig, arg1: SchemaProvider): Unit
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaSchemaSerDe
-
lazy val
decoderFactory: DecoderFactory
- Attributes
- protected
- Definition Classes
- AbstractConfluentKafkaAvroDeserializer
-
def
deserialize(topic: String, data: Array[Byte]): T
- Definition Classes
- ConfluentKafkaAvroDeserializer → Deserializer
-
def
deserialize(arg0: String, arg1: Headers, arg2: Array[Byte]): T
- Definition Classes
- Deserializer
-
def
deserialize(topic: String, isKey: Boolean, payload: Array[Byte], readerSchema: Option[RuntimeSchemaData[AvroSchema]]): AnyRef
- Attributes
- protected
- Definition Classes
- AbstractConfluentKafkaAvroDeserializer
-
def
deserialize(arg0: String, arg1: Boolean, arg2: Array[Byte], arg3: Schema): AnyRef
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaAvroDeserializer
- Annotations
- @throws( ... )
-
def
deserialize(arg0: Array[Byte], arg1: Schema): AnyRef
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaAvroDeserializer
- Annotations
- @throws( ... )
-
def
deserialize(arg0: Array[Byte]): AnyRef
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaAvroDeserializer
- Annotations
- @throws( ... )
-
def
deserializeWithSchemaAndVersion(arg0: String, arg1: Boolean, arg2: Array[Byte]): GenericContainerWithVersion
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaAvroDeserializer
- Annotations
- @throws( ... ) @throws( ... )
-
def
deserializerConfig(arg0: Properties): KafkaAvroDeserializerConfig
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaAvroDeserializer
-
def
deserializerConfig(arg0: Map[String, _]): KafkaAvroDeserializerConfig
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaAvroDeserializer
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getByteBuffer(arg0: Array[Byte]): ByteBuffer
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaSchemaSerDe
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getContextName(arg0: String, arg1: String): String
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaSchemaSerDe
-
def
getContextName(arg0: String): String
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaSchemaSerDe
-
def
getDatumReader(arg0: Schema, arg1: Schema): DatumReader[_]
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaAvroDeserializer
-
def
getOldSubjectName(arg0: Any): String
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaSchemaSerDe
-
def
getSchemaById(arg0: Int): ParsedSchema
- Definition Classes
- AbstractKafkaSchemaSerDe
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
getSchemaBySubjectAndId(arg0: String, arg1: Int): ParsedSchema
- Definition Classes
- AbstractKafkaSchemaSerDe
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
getSubjectName(arg0: String, arg1: Boolean, arg2: Any, arg3: ParsedSchema): String
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaSchemaSerDe
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
isDeprecatedSubjectNameStrategy(arg0: Boolean): Boolean
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaSchemaSerDe
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
lookupLatestVersion(arg0: String, arg1: ParsedSchema, arg2: Boolean): ParsedSchema
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaSchemaSerDe
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
lookupSchemaBySubjectAndId(arg0: String, arg1: Int, arg2: ParsedSchema, arg3: Boolean): ParsedSchema
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaSchemaSerDe
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
read(buffer: ByteBuffer, expectedSchemaData: Option[RuntimeSchemaData[AvroSchema]]): AnyRef
- Attributes
- protected
- Definition Classes
- AbstractConfluentKafkaAvroDeserializer
-
def
register(arg0: String, arg1: ParsedSchema, arg2: Boolean): Int
- Definition Classes
- AbstractKafkaSchemaSerDe
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
register(arg0: String, arg1: ParsedSchema): Int
- Definition Classes
- AbstractKafkaSchemaSerDe
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
schemaIdSerializationEnabled: Boolean
- Attributes
- protected
- Definition Classes
- ConfluentKafkaAvroDeserializer → AbstractConfluentKafkaAvroDeserializer
-
def
strategyUsesSchema(arg0: Boolean): Boolean
- Attributes
- protected[serializers]
- Definition Classes
- AbstractKafkaSchemaSerDe
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
-
def
getById(arg0: Int): Schema
- Definition Classes
- AbstractKafkaSchemaSerDe
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
-
def
getBySubjectAndId(arg0: String, arg1: Int): Schema
- Definition Classes
- AbstractKafkaSchemaSerDe
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
-
def
register(arg0: String, arg1: Schema): Int
- Definition Classes
- AbstractKafkaSchemaSerDe
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.