public class GenericContainerWithVersion extends Object
The version is typically the version of the Avro schema of the GenericContainer in the context of a subject. The version is used to set the version on the Connect Schema that is derived from the Avro schema, but only if the Avro schema does not have a property named "connect.version", which takes precedence over the version here.
| Constructor and Description |
|---|
GenericContainerWithVersion(org.apache.avro.generic.GenericContainer container,
Integer version) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.avro.generic.GenericContainer |
container() |
boolean |
equals(Object o) |
int |
hashCode() |
Integer |
version() |
public GenericContainerWithVersion(org.apache.avro.generic.GenericContainer container,
Integer version)
Copyright © 2025 Confluent, Inc.. All rights reserved.