Package

com.uniformlyrandom

jello

Permalink

package jello

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. jello
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class FormatBuilder[T] extends AnyRef

    Permalink
  2. class JelloError extends Exception

    Permalink
  3. sealed trait JelloErrors extends RuntimeException

    Permalink
  4. trait JelloFormat[A] extends JelloWriter[A] with JelloReader[A]

    Permalink
    Annotations
    @implicitNotFound( ... )
  5. trait JelloJsonSpec extends AnyRef

    Permalink
  6. trait JelloReader[T] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  7. sealed trait JelloValue extends Any

    Permalink
  8. trait JelloWriter[-T] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  9. trait LowPriorityDefaultReads extends AnyRef

    Permalink

    Low priority reads.

    Low priority reads.

    This exists as a compiler performance optimisation, so that the compiler doesn't have to rule them out when DefaultReads provides a simple match.

    See https://github.com/playframework/playframework/issues/4313 for more details.

  10. trait TypesLibrary extends LowPriorityDefaultReads

    Permalink

Value Members

  1. object FormatBuilder

    Permalink
  2. object JelloError extends Serializable

    Permalink
  3. object JelloErrors extends Serializable

    Permalink
  4. object JelloFormat extends TypesLibrary

    Permalink
  5. object JelloJson extends JelloJsonSpec

    Permalink
  6. object JelloReader

    Permalink
  7. object JelloValue

    Permalink
  8. object TypesLibrary extends TypesLibrary

    Permalink
  9. implicit val jelloJsonSpec: JelloJsonSpec

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped