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