Class BsonDocumentToSchema


  • public final class BsonDocumentToSchema
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_FIELD_NAME  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.kafka.connect.data.Schema inferDocumentSchema​(org.bson.BsonDocument document)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_FIELD_NAME

        public static final java.lang.String DEFAULT_FIELD_NAME
        See Also:
        Constant Field Values
    • Method Detail

      • inferDocumentSchema

        public static org.apache.kafka.connect.data.Schema inferDocumentSchema​(org.bson.BsonDocument document)