| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
ImmutableConverterExampleInput |
ImmutableConverterExampleInput.Builder.build()
Builds a new
ImmutableConverterExampleInput. |
static ImmutableConverterExampleInput |
ImmutableConverterExampleInput.copyOf(Plugin.ConverterExampleInput instance)
Creates an immutable copy of a
Plugin.ConverterExampleInput value. |
ImmutableConverterExampleInput |
ImmutableConverterExampleInput.withConfig(String value)
Copy the current immutable object by setting a value for the
config attribute. |
ImmutableConverterExampleInput |
ImmutableConverterExampleInput.withConnectorKeyConfig(String value)
Copy the current immutable object by setting a value for the
connectorKeyConfig attribute. |
ImmutableConverterExampleInput |
ImmutableConverterExampleInput.withConnectorValueConfig(String value)
Copy the current immutable object by setting a value for the
connectorValueConfig attribute. |
ImmutableConverterExampleInput |
ImmutableConverterExampleInput.withExample(Plugin.ConverterExample value)
Copy the current immutable object by setting a value for the
example attribute. |
ImmutableConverterExampleInput |
ImmutableConverterExampleInput.withWorkerKeyConfig(String value)
Copy the current immutable object by setting a value for the
workerKeyConfig attribute. |
ImmutableConverterExampleInput |
ImmutableConverterExampleInput.withWorkerValueConfig(String value)
Copy the current immutable object by setting a value for the
workerValueConfig attribute. |
Copyright © 2016–2025. All rights reserved.