| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableConverterExample
Immutable implementation of
Plugin.ConverterExample. |
| Modifier and Type | Method and Description |
|---|---|
Plugin.ConverterExample |
ImmutableConverterExampleInput.getExample() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableConverterExample |
ImmutableConverterExample.copyOf(Plugin.ConverterExample instance)
Creates an immutable copy of a
Plugin.ConverterExample value. |
ImmutableConverterExampleInput.Builder |
ImmutableConverterExampleInput.Builder.example(Plugin.ConverterExample example)
Initializes the value for the
example attribute. |
ImmutableConverterExample.Builder |
ImmutableConverterExample.Builder.from(Plugin.ConverterExample instance)
Fill a builder with attribute values from the provided
com.github.jcustenborder.kafka.connect.utils.templates.Plugin.ConverterExample instance. |
ImmutableConverterExampleInput |
ImmutableConverterExampleInput.withExample(Plugin.ConverterExample value)
Copy the current immutable object by setting a value for the
example attribute. |
Copyright © 2016–2025. All rights reserved.