| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Plugin.ExampleInput<T extends Plugin.Example> |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Plugin.ConfigProviderExample |
static interface |
Plugin.ConnectorExample |
static interface |
Plugin.ConverterExample |
static interface |
Plugin.SinkConnectorExample |
static interface |
Plugin.SourceConnectorExample |
static interface |
Plugin.TransformationExample |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableConfigProviderExample
Immutable implementation of
Plugin.ConfigProviderExample. |
class |
ImmutableConverterExample
Immutable implementation of
Plugin.ConverterExample. |
class |
ImmutableSinkConnectorExample
Immutable implementation of
Plugin.SinkConnectorExample. |
class |
ImmutableSourceConnectorExample
Immutable implementation of
Plugin.SourceConnectorExample. |
class |
ImmutableTransformationExample
Immutable implementation of
Plugin.TransformationExample. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTransformationExample.Builder |
ImmutableTransformationExample.Builder.from(Plugin.Example instance)
Fill a builder with attribute values from the provided
com.github.jcustenborder.kafka.connect.utils.templates.Plugin.Example instance. |
ImmutableConfigProviderExample.Builder |
ImmutableConfigProviderExample.Builder.from(Plugin.Example instance)
Fill a builder with attribute values from the provided
com.github.jcustenborder.kafka.connect.utils.templates.Plugin.Example instance. |
ImmutableConverterExample.Builder |
ImmutableConverterExample.Builder.from(Plugin.Example instance)
Fill a builder with attribute values from the provided
com.github.jcustenborder.kafka.connect.utils.templates.Plugin.Example instance. |
ImmutableSinkConnectorExample.Builder |
ImmutableSinkConnectorExample.Builder.from(Plugin.Example instance)
Fill a builder with attribute values from the provided
com.github.jcustenborder.kafka.connect.utils.templates.Plugin.Example instance. |
ImmutableSourceConnectorExample.Builder |
ImmutableSourceConnectorExample.Builder.from(Plugin.Example instance)
Fill a builder with attribute values from the provided
com.github.jcustenborder.kafka.connect.utils.templates.Plugin.Example instance. |
Copyright © 2016–2025. All rights reserved.