| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableConfiguration
Immutable implementation of
Plugin.Configuration. |
| Modifier and Type | Method and Description |
|---|---|
Plugin.Configuration |
ImmutableConverter.getConfiguration() |
Plugin.Configuration |
ImmutableSourceConnector.getConfiguration() |
Plugin.Configuration |
ImmutableConfigProvider.getConfiguration() |
Plugin.Configuration |
ImmutableSinkConnector.getConfiguration() |
Plugin.Configuration |
ImmutableTransformation.getConfiguration() |
Plugin.Configuration |
Plugin.Configurable.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableConverter.Builder |
ImmutableConverter.Builder.configuration(Plugin.Configuration configuration)
Initializes the value for the
configuration attribute. |
ImmutableSourceConnector.Builder |
ImmutableSourceConnector.Builder.configuration(Plugin.Configuration configuration)
Initializes the value for the
configuration attribute. |
ImmutableConfigProvider.Builder |
ImmutableConfigProvider.Builder.configuration(Plugin.Configuration configuration)
Initializes the value for the
configuration attribute. |
ImmutableSinkConnector.Builder |
ImmutableSinkConnector.Builder.configuration(Plugin.Configuration configuration)
Initializes the value for the
configuration attribute. |
ImmutableTransformation.Builder |
ImmutableTransformation.Builder.configuration(Plugin.Configuration configuration)
Initializes the value for the
configuration attribute. |
static ImmutableConfiguration |
ImmutableConfiguration.copyOf(Plugin.Configuration instance)
Creates an immutable copy of a
Plugin.Configuration value. |
ImmutableConfiguration.Builder |
ImmutableConfiguration.Builder.from(Plugin.Configuration instance)
Fill a builder with attribute values from the provided
Configuration instance. |
ImmutableConverter |
ImmutableConverter.withConfiguration(Plugin.Configuration value)
Copy the current immutable object by setting a value for the
configuration attribute. |
ImmutableSourceConnector |
ImmutableSourceConnector.withConfiguration(Plugin.Configuration value)
Copy the current immutable object by setting a value for the
configuration attribute. |
ImmutableConfigProvider |
ImmutableConfigProvider.withConfiguration(Plugin.Configuration value)
Copy the current immutable object by setting a value for the
configuration attribute. |
ImmutableSinkConnector |
ImmutableSinkConnector.withConfiguration(Plugin.Configuration value)
Copy the current immutable object by setting a value for the
configuration attribute. |
ImmutableTransformation |
ImmutableTransformation.withConfiguration(Plugin.Configuration value)
Copy the current immutable object by setting a value for the
configuration attribute. |
Copyright © 2016–2025. All rights reserved.