Package

io.github

databob

Permalink

package databob

Visibility
  1. Public
  2. All

Type Members

  1. class Databob extends AnyRef

    Permalink
  2. trait Generator[A] extends AnyRef

    Permalink

    A generator for a particular type.

    A generator for a particular type. Essentially a wrapped partial function which when matched will instantiate an A

    A

    the type to be created if the partial function matches

  3. case class GeneratorFailure(msg: String, e: Throwable = null) extends Exception with Product with Serializable

    Permalink
  4. case class GeneratorType(ti: TypeInfo, erasure: Class[_], typeArgs: Seq[ScalaType]) extends Product with Serializable

    Permalink

Value Members

  1. object Databob

    Permalink

    Main entry point for object generation

  2. object Generator

    Permalink
  3. package generators

    Permalink

Ungrouped