| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePlugin |
ImmutablePlugin.Builder.build()
Builds a new
ImmutablePlugin. |
static ImmutablePlugin |
ImmutablePlugin.copyOf(Plugin instance)
Creates an immutable copy of a
Plugin value. |
ImmutablePlugin |
ImmutablePlugin.withConfigProviders(Iterable<? extends Plugin.ConfigProvider> elements)
Copy the current immutable object with elements that replace the content of
configProviders. |
ImmutablePlugin |
ImmutablePlugin.withConfigProviders(Plugin.ConfigProvider... elements)
Copy the current immutable object with elements that replace the content of
configProviders. |
ImmutablePlugin |
ImmutablePlugin.withConverters(Iterable<? extends Plugin.Converter> elements)
Copy the current immutable object with elements that replace the content of
converters. |
ImmutablePlugin |
ImmutablePlugin.withConverters(Plugin.Converter... elements)
Copy the current immutable object with elements that replace the content of
converters. |
ImmutablePlugin |
ImmutablePlugin.withDanger(String value)
Copy the current immutable object by setting a value for the
danger attribute. |
ImmutablePlugin |
ImmutablePlugin.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutablePlugin |
ImmutablePlugin.withIcon(String value)
Copy the current immutable object by setting a value for the
icon attribute. |
ImmutablePlugin |
ImmutablePlugin.withImportant(String value)
Copy the current immutable object by setting a value for the
important attribute. |
ImmutablePlugin |
ImmutablePlugin.withIntroduction(String value)
Copy the current immutable object by setting a value for the
introduction attribute. |
ImmutablePlugin |
ImmutablePlugin.withNote(String value)
Copy the current immutable object by setting a value for the
note attribute. |
ImmutablePlugin |
ImmutablePlugin.withPluginName(String value)
Copy the current immutable object by setting a value for the
pluginName attribute. |
ImmutablePlugin |
ImmutablePlugin.withPluginOwner(String value)
Copy the current immutable object by setting a value for the
pluginOwner attribute. |
ImmutablePlugin |
ImmutablePlugin.withSections(Iterable<? extends Notes.Section> elements)
Copy the current immutable object with elements that replace the content of
sections. |
ImmutablePlugin |
ImmutablePlugin.withSections(Notes.Section... elements)
Copy the current immutable object with elements that replace the content of
sections. |
ImmutablePlugin |
ImmutablePlugin.withSinkConnectors(Iterable<? extends Plugin.SinkConnector> elements)
Copy the current immutable object with elements that replace the content of
sinkConnectors. |
ImmutablePlugin |
ImmutablePlugin.withSinkConnectors(Plugin.SinkConnector... elements)
Copy the current immutable object with elements that replace the content of
sinkConnectors. |
ImmutablePlugin |
ImmutablePlugin.withSourceConnectors(Iterable<? extends Plugin.SourceConnector> elements)
Copy the current immutable object with elements that replace the content of
sourceConnectors. |
ImmutablePlugin |
ImmutablePlugin.withSourceConnectors(Plugin.SourceConnector... elements)
Copy the current immutable object with elements that replace the content of
sourceConnectors. |
ImmutablePlugin |
ImmutablePlugin.withTip(String value)
Copy the current immutable object by setting a value for the
tip attribute. |
ImmutablePlugin |
ImmutablePlugin.withTitle(String value)
Copy the current immutable object by setting a value for the
title attribute. |
ImmutablePlugin |
ImmutablePlugin.withTransformations(Iterable<? extends Plugin.Transformation> elements)
Copy the current immutable object with elements that replace the content of
transformations. |
ImmutablePlugin |
ImmutablePlugin.withTransformations(Plugin.Transformation... elements)
Copy the current immutable object with elements that replace the content of
transformations. |
ImmutablePlugin |
ImmutablePlugin.withWarning(String value)
Copy the current immutable object by setting a value for the
warning attribute. |
Copyright © 2016–2025. All rights reserved.