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 serializableFunction<Object, BsonValue>
interface.