| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableSchemaInput
Immutable implementation of
Plugin.SchemaInput. |
| Modifier and Type | Method and Description |
|---|---|
Plugin.SchemaInput |
ImmutableSchemaInput.key() |
Plugin.SchemaInput |
Plugin.SchemaInput.key() |
Plugin.SchemaInput |
ImmutableSchemaInput.value() |
Plugin.SchemaInput |
Plugin.SchemaInput.value() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Plugin.SchemaInput> |
ImmutableSchemaInput.getFields() |
List<Plugin.SchemaInput> |
Plugin.SchemaInput.getFields() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSchemaInput.Builder |
ImmutableSchemaInput.Builder.addFields(Plugin.SchemaInput... elements)
Adds elements to
fields list. |
ImmutableSchemaInput.Builder |
ImmutableSchemaInput.Builder.addFields(Plugin.SchemaInput element)
Adds one element to
fields list. |
static ImmutableSchemaInput |
ImmutableSchemaInput.copyOf(Plugin.SchemaInput instance)
Creates an immutable copy of a
Plugin.SchemaInput value. |
ImmutableSchemaInput.Builder |
ImmutableSchemaInput.Builder.from(Plugin.SchemaInput instance)
Fill a builder with attribute values from the provided
SchemaInput instance. |
ImmutableSchemaInput.Builder |
ImmutableSchemaInput.Builder.key(Plugin.SchemaInput key)
Initializes the value for the
key attribute. |
ImmutableSchemaInput.Builder |
ImmutableSchemaInput.Builder.value(Plugin.SchemaInput value)
Initializes the value for the
value attribute. |
ImmutableSchemaInput |
ImmutableSchemaInput.withFields(Plugin.SchemaInput... elements)
Copy the current immutable object with elements that replace the content of
fields. |
ImmutableSchemaInput |
ImmutableSchemaInput.withKey(Plugin.SchemaInput value)
Copy the current immutable object by setting a value for the
key attribute. |
ImmutableSchemaInput |
ImmutableSchemaInput.withValue(Plugin.SchemaInput value)
Copy the current immutable object by setting a value for the
value attribute. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSchemaInput.Builder |
ImmutableSchemaInput.Builder.addAllFields(Iterable<? extends Plugin.SchemaInput> elements)
Adds elements to
fields list. |
ImmutableSchemaInput.Builder |
ImmutableSchemaInput.Builder.fields(Iterable<? extends Plugin.SchemaInput> elements)
Sets or replaces all elements for
fields list. |
ImmutableSchemaInput |
ImmutableSchemaInput.withFields(Iterable<? extends Plugin.SchemaInput> elements)
Copy the current immutable object with elements that replace the content of
fields. |
Copyright © 2016–2025. All rights reserved.