Package

com.avsystem.commons

mongo

Permalink

package mongo

Visibility
  1. Public
  2. All

Type Members

  1. trait BsonCodec[A, BSON <: BsonValue] extends AnyRef

    Permalink

  2. trait BsonGenCodecs extends AnyRef

    Permalink
  3. trait BsonInput extends Input

    Permalink
  4. trait BsonOutput extends Output

    Permalink
  5. class BsonReaderFieldInput extends BsonReaderInput with FieldInput

    Permalink
  6. class BsonReaderInput extends BsonInput

    Permalink
  7. class BsonReaderIterator[T] extends AbstractIterator[T]

    Permalink
  8. class BsonReaderListInput extends ListInput

    Permalink
  9. class BsonReaderObjectInput extends ObjectInput

    Permalink
  10. case class BsonRef[T](path: String, codec: GenCodec[T]) extends Product with Serializable

    Permalink
  11. class BsonValueListOutput extends ListOutput

    Permalink
  12. class BsonValueObjectOutput extends ObjectOutput

    Permalink
  13. class BsonValueOutput extends BsonOutput

    Permalink
  14. class BsonWriterListOutput extends ListOutput

    Permalink
  15. class BsonWriterNamedOutput extends BsonOutput

    Permalink
  16. class BsonWriterObjectOutput extends ObjectOutput

    Permalink
  17. class BsonWriterOutput extends BsonOutput

    Permalink
  18. final class Doc extends AnyVal

    Permalink

  19. case class DocKey[A, BSON <: BsonValue](key: String, codec: BsonCodec[A, BSON]) extends Product with Serializable

    Permalink

  20. trait DocumentCodec[T] extends AnyRef

    Permalink

  21. class GenCodecBasedBsonCodec[T] extends Codec[T]

    Permalink
  22. class MongoCodec[A, BSON <: BsonValue] extends Codec[A]

    Permalink

  23. trait MongoOps extends AnyRef

    Permalink

Ungrouped