| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTransformationExampleInput |
ImmutableTransformationExampleInput.Builder.build()
Builds a new
ImmutableTransformationExampleInput. |
static ImmutableTransformationExampleInput |
ImmutableTransformationExampleInput.copyOf(Plugin.TransformationExampleInput instance)
Creates an immutable copy of a
Plugin.TransformationExampleInput value. |
ImmutableTransformationExampleInput |
ImmutableTransformationExampleInput.withConfig(String value)
Copy the current immutable object by setting a value for the
config attribute. |
ImmutableTransformationExampleInput |
ImmutableTransformationExampleInput.withExample(Plugin.TransformationExample value)
Copy the current immutable object by setting a value for the
example attribute. |
ImmutableTransformationExampleInput |
ImmutableTransformationExampleInput.withInputEmphasizeLines(int... elements)
Copy the current immutable object with elements that replace the content of
inputEmphasizeLines. |
ImmutableTransformationExampleInput |
ImmutableTransformationExampleInput.withInputEmphasizeLines(Iterable<Integer> elements)
Copy the current immutable object with elements that replace the content of
inputEmphasizeLines. |
ImmutableTransformationExampleInput |
ImmutableTransformationExampleInput.withInputJson(String value)
Copy the current immutable object by setting a value for the
inputJson attribute. |
ImmutableTransformationExampleInput |
ImmutableTransformationExampleInput.withOutputEmphasizeLines(int... elements)
Copy the current immutable object with elements that replace the content of
outputEmphasizeLines. |
ImmutableTransformationExampleInput |
ImmutableTransformationExampleInput.withOutputEmphasizeLines(Iterable<Integer> elements)
Copy the current immutable object with elements that replace the content of
outputEmphasizeLines. |
ImmutableTransformationExampleInput |
ImmutableTransformationExampleInput.withOutputJson(String value)
Copy the current immutable object by setting a value for the
outputJson attribute. |
Copyright © 2016–2025. All rights reserved.