public final class SchemaHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.apache.kafka.connect.data.SchemaBuilder |
buildSchemaBuilderForType(Object value)
Try to build a
SchemaBuilder for a value of type Object
However, this will only build the schema only for known types, in case it can not return the precise SchemaBuilder type
it will return an optional SchemaBuilder.Type |
public static org.apache.kafka.connect.data.SchemaBuilder buildSchemaBuilderForType(Object value)
SchemaBuilder for a value of type Object
However, this will only build the schema only for known types, in case it can not return the precise SchemaBuilder type
it will return an optional SchemaBuilder.Typevalue - to return the SchemaBuilder forSchemaBuilder instanceCopyright © 2021 The Apache Software Foundation. All rights reserved.