@Value.Immutable
public static interface Plugin.SchemaInput
| Modifier and Type | Method and Description |
|---|---|
String |
getDoc() |
String |
getFieldName() |
List<Plugin.SchemaInput> |
getFields() |
String |
getName() |
default String |
getRefLink() |
default String |
getSchemaLink() |
default String |
getShortName() |
default String |
getTable() |
org.apache.kafka.connect.data.Schema.Type |
getType() |
boolean |
isOptional() |
Plugin.SchemaInput |
key() |
Plugin.SchemaInput |
value() |
boolean isOptional()
org.apache.kafka.connect.data.Schema.Type getType()
@Nullable List<Plugin.SchemaInput> getFields()
@Nullable Plugin.SchemaInput key()
@Nullable Plugin.SchemaInput value()
@Value.Derived default String getRefLink()
@Value.Derived default String getTable()
Copyright © 2016–2025. All rights reserved.