Class BsonGenerator

java.lang.Object
mocka.core.generator.AbstractGenerator<String>
mocka.odm.generator.factory.BsonGenerator
All Implemented Interfaces:
Generator<String>

public class BsonGenerator extends AbstractGenerator<String>
  • Method Details

    • getInstance

      public static BsonGenerator getInstance()
    • get

      public String 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()