Class

io.fintrospect.formats.json.Json4s

Json4sFormat

Related Doc: package Json4s

Permalink

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

Instance Constructors

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

    Permalink

Type Members

  1. type Field = (String, JValue)

    Permalink
    Definition Classes
    JsonFormat

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def array(elements: Iterable[JValue]): JValue

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

    Permalink
    Definition Classes
    Json4sFormatJsonFormat
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def bodySpec[R](description: Option[String] = None, formats: Formats = serialization.formats(NoTypeHints))(implicit mf: Manifest[R]): BodySpec[R]

    Permalink

    Convenience method for creating BodySpecs that just use straight JSON encoding/decoding logic

  8. def boolean(value: Boolean): JValue

    Permalink
    Definition Classes
    Json4sFormatJsonFormat
  9. def clone(): AnyRef

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

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

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

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def nullNode(): JValue

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

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

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

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

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

    Permalink
    Definition Classes
    Json4sFormatJsonFormat
  28. def obj(fields: Iterable[Field]): JValue

    Permalink
    Definition Classes
    Json4sFormatJsonFormat
  29. def parameterSpec[R](name: String, description: Option[String] = None, formats: Formats = serialization.formats(NoTypeHints))(implicit mf: Manifest[R]): ParameterSpec[R]

    Permalink

    Convenience method for creating ParameterSpecs that just use straight JSON encoding/decoding logic

  30. def parse(in: String): JValue

    Permalink

    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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from JsonFormat[JValue, JValue]

Inherited from AnyRef

Inherited from Any

Ungrouped