io.fintrospect.formats.json.Json4s

Json4sFormat

class Json4sFormat[T] extends JsonFormat[JValue, JValue]

Linear Supertypes
JsonFormat[JValue, JValue], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Json4sFormat
  2. JsonFormat
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Json4sFormat(jsonMethods: JsonMethods[T], serialization: Serialization, useBigDecimalForDouble: Boolean)

Type Members

  1. type Field = (String, JValue)

    Definition Classes
    JsonFormat

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 array(elements: Iterable[JValue]): JValue

    Definition Classes
    Json4sFormatJsonFormat
  7. def array(elements: JValue*): JValue

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

    Definition Classes
    Any
  9. def boolean(value: Boolean): JValue

    Definition Classes
    Json4sFormatJsonFormat
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compact(in: JValue): String

    Definition Classes
    Json4sFormatJsonFormat
  12. def decode[R](in: JValue, formats: Formats = serialization.formats(NoTypeHints))(implicit mf: Manifest[R]): R

  13. def encode(in: AnyRef, formats: Formats = serialization.formats(NoTypeHints)): JValue

  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. def nullNode(): JValue

    Definition Classes
    Json4sFormatJsonFormat
  24. def number(value: BigInteger): JValue

    Definition Classes
    Json4sFormatJsonFormat
  25. def number(value: Long): JValue

    Definition Classes
    Json4sFormatJsonFormat
  26. def number(value: BigDecimal): JValue

    Definition Classes
    Json4sFormatJsonFormat
  27. def number(value: Int): JValue

    Definition Classes
    Json4sFormatJsonFormat
  28. def obj(fields: (String, JValue)*): JValue

    Definition Classes
    Json4sFormatJsonFormat
  29. def obj(fields: Iterable[(String, JValue)]): JValue

    Definition Classes
    Json4sFormatJsonFormat
  30. def parse(in: String): JValue

    Attempt to parse the JSON into the root node type.

    Attempt to parse the JSON into the root node type. Implementations should throw an exception if the parsing fails, which is dealt with by the surrounding deserialisation mechanism.

    Definition Classes
    Json4sFormatJsonFormat
  31. def pretty(in: JValue): String

    Definition Classes
    Json4sFormatJsonFormat
  32. def string(value: String): JValue

    Definition Classes
    Json4sFormatJsonFormat
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from JsonFormat[JValue, JValue]

Inherited from AnyRef

Inherited from Any

Ungrouped