| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTransformation |
ImmutableTransformation.Builder.build()
Builds a new
ImmutableTransformation. |
static ImmutableTransformation |
ImmutableTransformation.copyOf(Plugin.Transformation instance)
Creates an immutable copy of a
Plugin.Transformation value. |
ImmutableTransformation |
ImmutableTransformation.withCls(Class value)
Copy the current immutable object by setting a value for the
cls attribute. |
ImmutableTransformation |
ImmutableTransformation.withConfiguration(Plugin.Configuration value)
Copy the current immutable object by setting a value for the
configuration attribute. |
ImmutableTransformation |
ImmutableTransformation.withDanger(String value)
Copy the current immutable object by setting a value for the
danger attribute. |
ImmutableTransformation |
ImmutableTransformation.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutableTransformation |
ImmutableTransformation.withExamples(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
examples. |
ImmutableTransformation |
ImmutableTransformation.withExamples(String... elements)
Copy the current immutable object with elements that replace the content of
examples. |
ImmutableTransformation |
ImmutableTransformation.withIcon(String value)
Copy the current immutable object by setting a value for the
icon attribute. |
ImmutableTransformation |
ImmutableTransformation.withImportant(String value)
Copy the current immutable object by setting a value for the
important attribute. |
ImmutableTransformation |
ImmutableTransformation.withIntroduction(String value)
Copy the current immutable object by setting a value for the
introduction attribute. |
ImmutableTransformation |
ImmutableTransformation.withIsKeyValue(boolean value)
Copy the current immutable object by setting a value for the
isKeyValue attribute. |
ImmutableTransformation |
ImmutableTransformation.withKey(Class value)
Copy the current immutable object by setting a value for the
key attribute. |
ImmutableTransformation |
ImmutableTransformation.withNote(String value)
Copy the current immutable object by setting a value for the
note attribute. |
ImmutableTransformation |
ImmutableTransformation.withSections(Iterable<? extends Notes.Section> elements)
Copy the current immutable object with elements that replace the content of
sections. |
ImmutableTransformation |
ImmutableTransformation.withSections(Notes.Section... elements)
Copy the current immutable object with elements that replace the content of
sections. |
ImmutableTransformation |
ImmutableTransformation.withTip(String value)
Copy the current immutable object by setting a value for the
tip attribute. |
ImmutableTransformation |
ImmutableTransformation.withTitle(String value)
Copy the current immutable object by setting a value for the
title attribute. |
ImmutableTransformation |
ImmutableTransformation.withValue(Class value)
Copy the current immutable object by setting a value for the
value attribute. |
ImmutableTransformation |
ImmutableTransformation.withWarning(String value)
Copy the current immutable object by setting a value for the
warning attribute. |
Copyright © 2016–2025. All rights reserved.