Uses of Interface
org.bson.FieldNameValidator
-
Packages that use FieldNameValidator Package Description org.bson Contains the base BSON classes. -
-
Uses of FieldNameValidator in org.bson
Methods in org.bson that return FieldNameValidator Modifier and Type Method Description FieldNameValidator
FieldNameValidator. getValidatorForField(String fieldName)
Gets a new validator to use for the value of the field with the given name.Constructors in org.bson with parameters of type FieldNameValidator Constructor Description AbstractBsonWriter(BsonWriterSettings settings, FieldNameValidator validator)
Initializes a new instance of the BsonWriter class.BsonBinaryWriter(BsonWriterSettings settings, BsonBinaryWriterSettings binaryWriterSettings, BsonOutput bsonOutput, FieldNameValidator validator)
Construct an instance.BsonBinaryWriter(BsonOutput bsonOutput, FieldNameValidator validator)
Construct an instance.
-