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