| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
ImmutableItem |
ImmutableItem.Builder.build()
Builds a new
ImmutableItem. |
static ImmutableItem |
ImmutableItem.copyOf(Plugin.Item instance)
Creates an immutable copy of a
Plugin.Item value. |
ImmutableItem |
ImmutableItem.withDefaultValue(Object value)
Copy the current immutable object by setting a value for the
defaultValue attribute. |
ImmutableItem |
ImmutableItem.withDoc(String value)
Copy the current immutable object by setting a value for the
doc attribute. |
ImmutableItem |
ImmutableItem.withGroup(String value)
Copy the current immutable object by setting a value for the
group attribute. |
ImmutableItem |
ImmutableItem.withImportance(org.apache.kafka.common.config.ConfigDef.Importance value)
Copy the current immutable object by setting a value for the
importance attribute. |
ImmutableItem |
ImmutableItem.withIsRequired(boolean value)
Copy the current immutable object by setting a value for the
isRequired attribute. |
ImmutableItem |
ImmutableItem.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableItem |
ImmutableItem.withType(org.apache.kafka.common.config.ConfigDef.Type value)
Copy the current immutable object by setting a value for the
type attribute. |
ImmutableItem |
ImmutableItem.withValidator(org.apache.kafka.common.config.ConfigDef.Validator value)
Copy the current immutable object by setting a value for the
validator attribute. |
Copyright © 2016–2025. All rights reserved.