Package mocka.odm.generator.factory
Class BsonGenerator
-
Field Summary
Fields inherited from class mocka.core.generator.AbstractGenerator
key, randomProvider, type -
Method Summary
Modifier and TypeMethodDescriptionget()org.bson.types.Binaryorg.bson.types.BSONTimestamporg.bson.types.Decimal128static BsonGeneratororg.bson.types.ObjectIdMethods inherited from class mocka.core.generator.AbstractGenerator
getKey, getType
-
Method Details
-
getInstance
-
get
-
getObjectId
public org.bson.types.ObjectId getObjectId() -
getBinary
public org.bson.types.Binary getBinary() -
getDecimal128
public org.bson.types.Decimal128 getDecimal128() -
getBsonTimestamp
public org.bson.types.BSONTimestamp getBsonTimestamp()
-