Packages

p

ai.x.play

json

package json

Source
play-json.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. json
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package internals

Type Members

  1. case class BaseNameEncoder() extends NameEncoder with Product with Serializable
  2. case class CamelToSnakeNameEncoder() extends NameEncoder with Product with Serializable
  3. implicit class JsLookupResultExtensions extends AnyRef
  4. implicit class JsValueExtensions extends AnyRef
  5. sealed trait NameEncoder extends AnyRef
  6. final class OptionValidationDispatcher[T] extends AnyVal
    Annotations
    @implicitNotFound("""could not find implicit value for parameter helper: play.api.libs.json.Reads[${T}]
    TRIGGERED BY: could not find implicit value for parameter helper: ai.x.play.json.OptionValidationDispatcher[${T}]
    TO SOLVE THIS
    1. Make sure there is a Reads[${T}] or Format[${T}] in the implicit scope
    2. In case of Reads[Option[...]] you need to either
    import ai.x.play.json.implicits.optionWithNull // suggested
    or
    import ai.x.play.json.implicits.optionNoError // buggy play-json 2.3 behavior
    3. In case of Reads[... .type]
    import ai.x.play.json.SingletonEncoder.simpleName
    import ai.x.play.json.implicits.formatSingleton
    """
    )
  7. final case class SingletonEncoder(apply: (Class[_]) => JsValue) extends Product with Serializable

Value Members

  1. object Encoders
  2. object Jsonx
  3. object OptionValidationDispatcher
  4. object SingletonEncoder extends Serializable
  5. object debugMacro
  6. object implicits

Inherited from AnyRef

Inherited from Any

Ungrouped