Packages

implicit object TransformString extends BsonTransformer[String]

Transforms String to BsonString

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransformString
  2. BsonTransformer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(value: String): BsonString

    Convert the object into a BsonValue

    Convert the object into a BsonValue

    Definition Classes
    TransformStringBsonTransformer