Package | Description |
---|---|
org.bson.codecs |
This package contains all the default BSON codecs.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Character,PatternCodec.RegexFlag> |
PatternCodec.RegexFlag.BY_CHARACTER |
Modifier and Type | Method and Description |
---|---|
static PatternCodec.RegexFlag |
PatternCodec.RegexFlag.getByCharacter(char ch) |
static PatternCodec.RegexFlag |
PatternCodec.RegexFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatternCodec.RegexFlag[] |
PatternCodec.RegexFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|