| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| 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.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.Builder |
ImmutableSchemaInput.builder()
Creates a builder for
ImmutableSchemaInput. |
ImmutableSchemaInput.Builder |
ImmutableSchemaInput.Builder.doc(String doc)
Initializes the value for the
doc attribute. |
ImmutableSchemaInput.Builder |
ImmutableSchemaInput.Builder.fieldName(String fieldName)
Initializes the value for the
fieldName attribute. |
ImmutableSchemaInput.Builder |
ImmutableSchemaInput.Builder.fields(Iterable<? extends Plugin.SchemaInput> elements)
Sets or replaces all elements for
fields list. |
ImmutableSchemaInput.Builder |
ImmutableSchemaInput.Builder.from(Plugin.SchemaInput instance)
Fill a builder with attribute values from the provided
SchemaInput instance. |
ImmutableSchemaInput.Builder |
ImmutableSchemaInput.Builder.isOptional(boolean isOptional)
Initializes the value for the
isOptional attribute. |
ImmutableSchemaInput.Builder |
ImmutableSchemaInput.Builder.key(Plugin.SchemaInput key)
Initializes the value for the
key attribute. |
ImmutableSchemaInput.Builder |
ImmutableSchemaInput.Builder.name(String name)
Initializes the value for the
name attribute. |
ImmutableSchemaInput.Builder |
ImmutableSchemaInput.Builder.type(org.apache.kafka.connect.data.Schema.Type type)
Initializes the value for the
type attribute. |
ImmutableSchemaInput.Builder |
ImmutableSchemaInput.Builder.value(Plugin.SchemaInput value)
Initializes the value for the
value attribute. |
Copyright © 2016–2025. All rights reserved.