| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
ImmutableConfigProviderExample |
ImmutableConfigProviderExample.Builder.build()
Builds a new
ImmutableConfigProviderExample. |
static ImmutableConfigProviderExample |
ImmutableConfigProviderExample.copyOf(Plugin.ConfigProviderExample instance)
Creates an immutable copy of a
Plugin.ConfigProviderExample value. |
ImmutableConfigProviderExample |
ImmutableConfigProviderExample.withConfig(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
config map with the specified map. |
ImmutableConfigProviderExample |
ImmutableConfigProviderExample.withConnectorConfig(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
connectorConfig map with the specified map. |
ImmutableConfigProviderExample |
ImmutableConfigProviderExample.withDanger(String value)
Copy the current immutable object by setting a value for the
danger attribute. |
ImmutableConfigProviderExample |
ImmutableConfigProviderExample.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutableConfigProviderExample |
ImmutableConfigProviderExample.withIcon(String value)
Copy the current immutable object by setting a value for the
icon attribute. |
ImmutableConfigProviderExample |
ImmutableConfigProviderExample.withImportant(String value)
Copy the current immutable object by setting a value for the
important attribute. |
ImmutableConfigProviderExample |
ImmutableConfigProviderExample.withIntroduction(String value)
Copy the current immutable object by setting a value for the
introduction attribute. |
ImmutableConfigProviderExample |
ImmutableConfigProviderExample.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableConfigProviderExample |
ImmutableConfigProviderExample.withNote(String value)
Copy the current immutable object by setting a value for the
note attribute. |
ImmutableConfigProviderExample |
ImmutableConfigProviderExample.withPrefix(String value)
Copy the current immutable object by setting a value for the
prefix attribute. |
ImmutableConfigProviderExample |
ImmutableConfigProviderExample.withSections(Iterable<? extends Notes.Section> elements)
Copy the current immutable object with elements that replace the content of
sections. |
ImmutableConfigProviderExample |
ImmutableConfigProviderExample.withSections(Notes.Section... elements)
Copy the current immutable object with elements that replace the content of
sections. |
ImmutableConfigProviderExample |
ImmutableConfigProviderExample.withTip(String value)
Copy the current immutable object by setting a value for the
tip attribute. |
ImmutableConfigProviderExample |
ImmutableConfigProviderExample.withTitle(String value)
Copy the current immutable object by setting a value for the
title attribute. |
ImmutableConfigProviderExample |
ImmutableConfigProviderExample.withWarning(String value)
Copy the current immutable object by setting a value for the
warning attribute. |
Copyright © 2016–2025. All rights reserved.