| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
ImmutableGroup |
ImmutableGroup.Builder.build()
Builds a new
ImmutableGroup. |
static ImmutableGroup |
ImmutableGroup.copyOf(Plugin.Group instance)
Creates an immutable copy of a
Plugin.Group value. |
ImmutableGroup |
ImmutableGroup.withItems(Iterable<? extends Plugin.Item> elements)
Copy the current immutable object with elements that replace the content of
items. |
ImmutableGroup |
ImmutableGroup.withItems(Plugin.Item... elements)
Copy the current immutable object with elements that replace the content of
items. |
ImmutableGroup |
ImmutableGroup.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
Copyright © 2016–2025. All rights reserved.