| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableTransformation
Immutable implementation of
Plugin.Transformation. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Plugin.Transformation> |
ImmutablePlugin.getTransformations() |
List<Plugin.Transformation> |
Plugin.getTransformations() |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePlugin.Builder |
ImmutablePlugin.Builder.addTransformations(Plugin.Transformation... elements)
Adds elements to
transformations list. |
ImmutablePlugin.Builder |
ImmutablePlugin.Builder.addTransformations(Plugin.Transformation element)
Adds one element to
transformations list. |
static ImmutableTransformation |
ImmutableTransformation.copyOf(Plugin.Transformation instance)
Creates an immutable copy of a
Plugin.Transformation value. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.from(Plugin.Transformation instance)
Fill a builder with attribute values from the provided
com.github.jcustenborder.kafka.connect.utils.templates.Plugin.Transformation instance. |
ImmutablePlugin |
ImmutablePlugin.withTransformations(Plugin.Transformation... elements)
Copy the current immutable object with elements that replace the content of
transformations. |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePlugin.Builder |
ImmutablePlugin.Builder.addAllTransformations(Iterable<? extends Plugin.Transformation> elements)
Adds elements to
transformations list. |
ImmutablePlugin.Builder |
ImmutablePlugin.Builder.transformations(Iterable<? extends Plugin.Transformation> elements)
Sets or replaces all elements for
transformations list. |
ImmutablePlugin |
ImmutablePlugin.withTransformations(Iterable<? extends Plugin.Transformation> elements)
Copy the current immutable object with elements that replace the content of
transformations. |
Copyright © 2016–2025. All rights reserved.