| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.addAllExamples(Iterable<String> elements)
Adds elements to
examples list. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.addAllSections(Iterable<? extends Notes.Section> elements)
Adds elements to
sections list. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.addExamples(String... elements)
Adds elements to
examples list. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.addExamples(String element)
Adds one element to
examples list. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.addSections(Notes.Section... elements)
Adds elements to
sections list. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.addSections(Notes.Section element)
Adds one element to
sections list. |
static ImmutableTransformation.Builder |
ImmutableTransformation.builder()
Creates a builder for
ImmutableTransformation. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.cls(Class cls)
Initializes the value for the
cls attribute. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.configuration(Plugin.Configuration configuration)
Initializes the value for the
configuration attribute. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.danger(String danger)
Initializes the value for the
danger attribute. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.description(String description)
Initializes the value for the
description attribute. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.examples(Iterable<String> elements)
Sets or replaces all elements for
examples list. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.from(Notes instance)
Fill a builder with attribute values from the provided
com.github.jcustenborder.kafka.connect.utils.templates.Notes instance. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.from(Plugin.Configurable instance)
Fill a builder with attribute values from the provided
com.github.jcustenborder.kafka.connect.utils.templates.Plugin.Configurable instance. |
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. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.icon(String icon)
Initializes the value for the
icon attribute. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.important(String important)
Initializes the value for the
important attribute. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.introduction(String introduction)
Initializes the value for the
introduction attribute. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.isKeyValue(boolean isKeyValue)
Initializes the value for the
isKeyValue attribute. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.key(Class key)
Initializes the value for the
key attribute. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.note(String note)
Initializes the value for the
note attribute. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.sections(Iterable<? extends Notes.Section> elements)
Sets or replaces all elements for
sections list. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.tip(String tip)
Initializes the value for the
tip attribute. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.title(String title)
Initializes the value for the
title attribute. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.value(Class value)
Initializes the value for the
value attribute. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.warning(String warning)
Initializes the value for the
warning attribute. |
Copyright © 2016–2025. All rights reserved.