Package

io.fintrospect

formats

Permalink

package formats

Visibility
  1. Public
  2. All

Type Members

  1. class Json4sFilters[T] extends AutoFilters[JValue]

    Permalink

    Auto-marshalling filters which can be used to create Services which take and return domain objects instead of HTTP responses

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

    Permalink

Value Members

  1. object Json4s extends JsonLibrary[JValue, JValue]

    Permalink

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

  2. object Json4sDoubleMode extends JsonLibrary[JValue, JValue]

    Permalink

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

  3. object Json4sJackson extends JsonLibrary[JValue, JValue]

    Permalink

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

  4. object Json4sJacksonDoubleMode extends JsonLibrary[JValue, JValue]

    Permalink

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

Ungrouped