Package org.mongounit.model
Class MongoUnitValue.MongoUnitValueBuilder
java.lang.Object
org.mongounit.model.MongoUnitValue.MongoUnitValueBuilder
- Enclosing class:
MongoUnitValue
MongoUnitValue.MongoUnitValueBuilder
class is a builder pattern class for the MongoUnitValue
class.-
Method Summary
-
Method Details
-
bsonType
- Parameters:
bsonType
- BsonType of the MongoUnit value.- Returns:
- Instance of this builder class.
-
value
- Parameters:
value
- Actual value.- Returns:
- Instance of this builder class.
-
comparatorValue
- Parameters:
comparatorValue
- Comparator value of the MongoUnit value.- Returns:
- Instance of this builder class.
-
build
- Returns:
- New instance of the
MongoUnitValue
class with the previously set properties.
-
toString
-