Class SchemaHelper
java.lang.Object
org.apache.camel.kafkaconnector.utils.SchemaHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.kafka.connect.data.SchemaBuilderbuildSchemaBuilderForType(Object value) Try to build aSchemaBuilderfor a value of typeObjectHowever, this will only build the schema only for known types, in case it can not return the precise SchemaBuilder type it will return an optionalSchema.Type
-
Method Details
-
buildSchemaBuilderForType
Try to build aSchemaBuilderfor a value of typeObjectHowever, this will only build the schema only for known types, in case it can not return the precise SchemaBuilder type it will return an optionalSchema.Type- Parameters:
value- to return the SchemaBuilder for- Returns:
SchemaBuilderinstance
-