| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSchemaInput |
ImmutableSchemaInput.Builder.build()
Builds a new
ImmutableSchemaInput. |
static ImmutableSchemaInput |
ImmutableSchemaInput.copyOf(Plugin.SchemaInput instance)
Creates an immutable copy of a
Plugin.SchemaInput value. |
ImmutableSchemaInput |
ImmutableSchemaInput.withDoc(String value)
Copy the current immutable object by setting a value for the
doc attribute. |
ImmutableSchemaInput |
ImmutableSchemaInput.withFieldName(String value)
Copy the current immutable object by setting a value for the
fieldName attribute. |
ImmutableSchemaInput |
ImmutableSchemaInput.withFields(Iterable<? extends Plugin.SchemaInput> elements)
Copy the current immutable object with elements that replace the content of
fields. |
ImmutableSchemaInput |
ImmutableSchemaInput.withFields(Plugin.SchemaInput... elements)
Copy the current immutable object with elements that replace the content of
fields. |
ImmutableSchemaInput |
ImmutableSchemaInput.withIsOptional(boolean value)
Copy the current immutable object by setting a value for the
isOptional attribute. |
ImmutableSchemaInput |
ImmutableSchemaInput.withKey(Plugin.SchemaInput value)
Copy the current immutable object by setting a value for the
key attribute. |
ImmutableSchemaInput |
ImmutableSchemaInput.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableSchemaInput |
ImmutableSchemaInput.withType(org.apache.kafka.connect.data.Schema.Type value)
Copy the current immutable object by setting a value for the
type attribute. |
ImmutableSchemaInput |
ImmutableSchemaInput.withValue(Plugin.SchemaInput value)
Copy the current immutable object by setting a value for the
value attribute. |
Copyright © 2016–2025. All rights reserved.