org.http4s.json4s.jackson

Json4sJacksonSupport

object Json4sJacksonSupport extends Json4sJacksonSupport

Linear Supertypes
Json4sJacksonSupport, Json4sSupport[JValue], JawnDecodeSupport[JValue], JsonSupport[JValue], JsonEncodeSupport[JValue], JsonDecodeSupport[JValue], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Json4sJacksonSupport
  2. Json4sJacksonSupport
  3. Json4sSupport
  4. JawnDecodeSupport
  5. JsonSupport
  6. JsonEncodeSupport
  7. JsonDecodeSupport
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def decodeJson(body: EntityBody): DecodeResult[JValue]

    Definition Classes
    JawnDecodeSupport → JsonDecodeSupport
  7. def encodeJson(json: JValue): EntityBody

    Definition Classes
    Json4sSupport → JsonEncodeSupport
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. implicit def jawnFacade: Facade[JValue]

    Attributes
    protected
    Definition Classes
    Json4sSupport → JawnDecodeSupport
  15. implicit def json: EntityDecoder[JValue]

    Definition Classes
    JsonDecodeSupport
  16. implicit def jsonEncoder: EntityEncoder[JValue]

    Definition Classes
    JsonEncodeSupport
  17. def jsonMethods: JsonMethods.type

    Attributes
    protected
    Definition Classes
    Json4sJacksonSupport → Json4sSupport
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  22. def toString(): String

    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Json4sJacksonSupport

Inherited from Json4sSupport[JValue]

Inherited from JawnDecodeSupport[JValue]

Inherited from JsonSupport[JValue]

Inherited from JsonEncodeSupport[JValue]

Inherited from JsonDecodeSupport[JValue]

Inherited from AnyRef

Inherited from Any

Ungrouped