Packages

object IterableCodecProvider extends Serializable

IterableCodecProvider companion object

Since

1.2

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IterableCodecProvider
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(valueTransformer: Transformer): IterableCodecProvider

    Create a IterableCodecProvider with the default BsonTypeClassMap and the given Transformer.

    Create a IterableCodecProvider with the default BsonTypeClassMap and the given Transformer.

    valueTransformer

    the value transformer for decoded values

    returns

    the new instance

  2. def apply(bsonTypeClassMap: BsonTypeClassMap): IterableCodecProvider

    Create a IterableCodecProvider with the given BsonTypeClassMap and the default Transformer.

    Create a IterableCodecProvider with the given BsonTypeClassMap and the default Transformer.

    bsonTypeClassMap

    the bson type class map

    returns

    the new instance

  3. def apply(): IterableCodecProvider

    Create a IterableCodecProvider with the default BsonTypeClassMap and Transformer.

    Create a IterableCodecProvider with the default BsonTypeClassMap and Transformer.

    returns

    the new instance