org.zalando

jsonapi

package jsonapi

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. jsonapi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class FromJsonapiRootObjectReaderOps extends AnyRef

    Implicit class that provides operations on types that are instances of the provided type class.

  2. trait JsonapiRootObjectFormat[A] extends JsonapiRootObjectWriter[A] with JsonapiRootObjectReader[A]

    A combination of reader and writer in one since place.

  3. trait JsonapiRootObjectReader[A] extends AnyRef

    Returns a provided object A from Jsonapi model.RootObject object.

  4. trait JsonapiRootObjectWriter[A] extends AnyRef

    Type class whose instances are able to be written as Jsonapi root objects.

  5. implicit class ToJsonapiRootObjectWriterOps[A] extends AnyRef

    Implicit class that provides operations on types that are instances of the JsonapiRootObjectWriter type class.

Value Members

  1. object Jsonapi

    Entry point for interacting with the Jsonapi library.

  2. package json

  3. package model

    The model package, containing partially covered Jsonapi specification.

Inherited from AnyRef

Inherited from Any

Ungrouped