Class BsonHelper
java.lang.Object
org.evomaster.client.java.controller.mongo.utils.BsonHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendToDocument(Object document, String fieldName, Object value) static BooleandocumentContainsField(Object document, String field) documentKeys(Object document) static Stringstatic ObjectgetTypeFromAlias(String alias) static ObjectgetTypeFromNumber(Integer number) static Objectstatic BooleanisDocument(Object value) static ObjectnewDocument(Object document)
-
Constructor Details
-
BsonHelper
public BsonHelper()
-
-
Method Details
-
newDocument
-
appendToDocument
-
getValue
-
keySet
-
documentContainsField
-
documentKeys
-
isDocument
-
getType
-
getTypeFromNumber
-
getTypeFromAlias
-