Package

io.fintrospect

formats

Permalink

package formats

Visibility
  1. Public
  2. All

Type Members

  1. class Json4sFormat[+T] extends JsonFormat[JValue, JValue]

    Permalink
  2. abstract class Json4sLibrary[D] extends JsonLibrary[JValue, JValue]

    Permalink

Value Members

  1. object Json4s extends Json4sLibrary[Document]

    Permalink

    Native Json4S support (application/json content type) - uses BigDecimal for decimal

  2. object Json4sDoubleMode extends Json4sLibrary[Document]

    Permalink

    Native Json4S support (application/json content type) - uses Doubles for decimal

  3. object Json4sJackson extends Json4sLibrary[JValue]

    Permalink

    Jackson Json4S support (application/json content type) - uses BigDecimal for decimal

  4. object Json4sJacksonDoubleMode extends Json4sLibrary[JValue]

    Permalink

    Jackson Json4S support (application/json content type) - uses Doubles for decimal

Ungrouped