Package

org.zalando

jsonapi

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. implicit class FromJsonapiRootObjectReaderOps extends AnyRef

    Permalink

    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]

    Permalink

    A combination of reader and writer in one since place.

    A combination of reader and writer in one since place.

    A

    the type that is an instance of this type class

  3. trait JsonapiRootObjectReader[A] extends AnyRef

    Permalink

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

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

    A

    the type that is an instance of this type class

  4. trait JsonapiRootObjectWriter[A] extends AnyRef

    Permalink

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

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

    A

    the type that is an instance of this type class

  5. implicit class ToJsonapiRootObjectWriterOps[A] extends AnyRef

    Permalink

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

Value Members

  1. object Jsonapi

    Permalink

    Entry point for interacting with the Jsonapi library.

  2. package json

    Permalink
  3. package model

    Permalink

    The model package, containing partially covered Jsonapi specification.

Inherited from AnyRef

Inherited from Any

Ungrouped