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