| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableGroup
Immutable implementation of
Plugin.Group. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Plugin.Group> |
ImmutableConfiguration.getGroups() |
List<Plugin.Group> |
Plugin.Configuration.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableConfiguration.Builder |
ImmutableConfiguration.Builder.addGroups(Plugin.Group... elements)
Adds elements to
groups list. |
ImmutableConfiguration.Builder |
ImmutableConfiguration.Builder.addGroups(Plugin.Group element)
Adds one element to
groups list. |
static ImmutableGroup |
ImmutableGroup.copyOf(Plugin.Group instance)
Creates an immutable copy of a
Plugin.Group value. |
ImmutableGroup.Builder |
ImmutableGroup.Builder.from(Plugin.Group instance)
Fill a builder with attribute values from the provided
Group instance. |
ImmutableConfiguration |
ImmutableConfiguration.withGroups(Plugin.Group... elements)
Copy the current immutable object with elements that replace the content of
groups. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableConfiguration.Builder |
ImmutableConfiguration.Builder.addAllGroups(Iterable<? extends Plugin.Group> elements)
Adds elements to
groups list. |
ImmutableConfiguration.Builder |
ImmutableConfiguration.Builder.groups(Iterable<? extends Plugin.Group> elements)
Sets or replaces all elements for
groups list. |
ImmutableConfiguration |
ImmutableConfiguration.withGroups(Iterable<? extends Plugin.Group> elements)
Copy the current immutable object with elements that replace the content of
groups. |
Copyright © 2016–2025. All rights reserved.