Constant Field Values

Contents

io.aiven.*

  • io.aiven.commons.kafka.connector.source.testFixture.format.AvroTestDataFixture
    Modifier and Type
    Constant Field
    Value
    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
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Hello, from CSV Test Data Fixture: "
    public static final String
    "test message"
  • io.aiven.commons.kafka.connector.source.testFixture.format.JsonTestDataFixture
    Modifier and Type
    Constant Field
    Value
    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"