muster.codec.jackson

JacksonCodec

object JacksonCodec extends JsonRenderer[String] with InputFormat[Consumable[_], JacksonInputCursor[_]]

Provides a codec using the jackson library for dealing with json

It combines a Renderer with a muster.input.InputFormat to provide bidirectional encoding and decoding of JSON streams

Linear Supertypes
InputFormat[Consumable[_], JacksonInputCursor[_]], JsonRenderer[String], Renderer[String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JacksonCodec
  2. InputFormat
  3. JsonRenderer
  4. Renderer
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Formatter = OutputFormatter[String]

    Definition Classes
    JsonRenderer → Renderer

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. def Pretty: JsonRenderer[String]

    Definition Classes
    JsonRenderer
  7. def as[T](source: Consumable[_])(implicit consumer: input.Consumer[T]): T

    Definition Classes
    InputFormat
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createCursor(in: Consumable[_]): JacksonInputCursor[_]

    Definition Classes
    JacksonCodec → InputFormat
  11. def createFormatter: Formatter

    Definition Classes
    JsonRenderer → Renderer
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def from[T](out: T)(implicit producer: output.Producer[T]): String

    Definition Classes
    Renderer
  16. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  18. val indentSpaces: Int

    Definition Classes
    JsonRenderer
  19. def into[R](producible: Producible[_, R]): JsonRenderer[R]

    Definition Classes
    JsonRenderer
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. val mapper: ObjectMapper

  22. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. def tryAs[T](source: Consumable[_])(implicit consumer: input.Consumer[T]): Try[T]

    Definition Classes
    InputFormat
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def withSpaces(spaces: Int): JacksonCodec.this.type

    Attributes
    protected
    Definition Classes
    JsonRenderer

Inherited from InputFormat[Consumable[_], JacksonInputCursor[_]]

Inherited from JsonRenderer[String]

Inherited from Renderer[String]

Inherited from AnyRef

Inherited from Any

Ungrouped