Interface RowToBsonDocumentConverter.ObjectToBsonValue

  • All Superinterfaces:
    java.util.function.Function<java.lang.Object,​org.bson.BsonValue>, java.io.Serializable
    Enclosing class:
    RowToBsonDocumentConverter

    public static interface RowToBsonDocumentConverter.ObjectToBsonValue
    extends java.util.function.Function<java.lang.Object,​org.bson.BsonValue>, java.io.Serializable
    A serializable Function<Object, BsonValue> interface.
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose