Constant Field Values
Contents
io.aiven.*
-
io.aiven.commons.kafka.connector.common.config.ConnectorCommonConfigFragmentModifier and TypeConstant FieldValue
public static final String"io.aiven.commons.kafka.connector.common.config.RELAX_SCHEMES"
-
io.aiven.commons.kafka.connector.source.AbstractSourceNativeInfo<K extends Comparable<K>,
N>
-
io.aiven.commons.kafka.connector.source.config.SourceConfigFragment
-
io.aiven.commons.kafka.connector.source.extractor.ExtractorInfoModifier and TypeConstant FieldValue
public static final int1public static final int0public static final int24
-
io.aiven.commons.kafka.connector.source.testFixture.format.AvroTestDataFixtureModifier and TypeConstant FieldValue
public static final String"{\n \"type\": \"record\",\n \"name\": \"TestRecord\",\n \"fields\": [\n {\"name\": \"message\", \"type\": \"string\"},\n {\"name\": \"id\", \"type\": \"int\"}\n ],\n \"connect.version\":1, \"connect.name\": \"TestRecord\"}\n"public static final String"{\n \"type\": \"record\",\n \"name\": \"TestRecord\",\n \"fields\": [\n {\"name\": \"message\", \"type\": \"string\"},\n {\"name\": \"id\", \"type\": \"int\"},\n {\"name\": \"age\", \"type\": \"int\", \"default\":0}\n ]\n}"public static final String"Hello, from Avro Test Data Fixture! object: "public static final String"{\n \"type\": \"record\",\n \"name\": \"TestRecord\",\n \"fields\": [\n {\"name\": \"message\", \"type\": \"string\"},\n {\"name\": \"id\", \"type\": \"int\"}\n ]\n}" -
io.aiven.commons.kafka.connector.source.testFixture.format.CsvTestDataFixture
-
io.aiven.commons.kafka.connector.source.testFixture.format.JsonTestDataFixtureModifier and TypeConstant FieldValue
public static final String"{\n \"type\": \"struct\",\n \"name\": \"TestRecord\",\n \"fields\": [\n {\"name\": \"message\", \"type\": \"string\"},\n {\"name\": \"id\", \"type\": \"int32\"}\n ],\n \"connect.version\":1, \"connect.name\": \"TestRecord\"}\n"public static final String"{\n \"type\": \"struct\",\n \"name\": \"TestRecord\",\n \"fields\": [\n {\"field\": \"message\", \"type\": \"string\"},\n {\"field\": \"id\", \"type\": \"int32\"},\n {\"field\": \"age\", \"type\": \"int32\", \"default\":0}\n ]\n}"public static final String"Hello, from JSON Test Data Fixture: "public static final String"{\n \"type\": \"struct\", \"name\": \"TestRecord\",\n \"fields\": [\n {\"field\": \"message\", \"type\": \"string\"},\n {\"field\": \"id\", \"type\": \"int32\"}\n ]\n}"public static final String"test message"