Package

salat

json

Permalink

package json

Visibility
  1. Public
  2. All

Type Members

  1. case class JSONConfig(dateStrategy: JSONDateStrategy = StringDateStrategy(), timeZoneStrategy: JSONTimeZoneStrategy = StringTimeZoneStrategy(), objectIdStrategy: JSONObjectIdStrategy = StrictJSONObjectIdStrategy, bsonTimestampStrategy: JSONbsTimesampStrategy = StrictBSONTimestampStrategy, outputNullValues: Boolean = false) extends Product with Serializable

    Permalink
  2. trait JSONDateStrategy extends AnyRef

    Permalink
  3. trait JSONObjectIdStrategy extends AnyRef

    Permalink
  4. trait JSONTimeZoneStrategy extends AnyRef

    Permalink
  5. trait JSONbsTimesampStrategy extends AnyRef

    Permalink
  6. case class StrictJSONDateStrategy(zone: DateTimeZone = DateTimeZone.UTC) extends JSONDateStrategy with Product with Serializable

    Permalink
  7. case class StringDateStrategy(dateFormatter: DateTimeFormatter = JSONConfig.ISO8601) extends JSONDateStrategy with Product with Serializable

    Permalink
  8. case class StringTimeZoneStrategy() extends JSONTimeZoneStrategy with Product with Serializable

    Permalink
  9. case class TimestampDateStrategy(zone: DateTimeZone = DateTimeZone.UTC) extends JSONDateStrategy with Product with Serializable

    Permalink
  10. case class UnsupportedJsonTransformationException(msg: String) extends RuntimeException with Product with Serializable

    Permalink

    The target type of the JValue value was not resolvable, either due to insufficient type hinting, or unsupported data structure, such as nested collections (as of 1.9.10)

Value Members

  1. object FromJValue extends Logging

    Permalink
  2. object JSONConfig extends Serializable

    Permalink
  3. object MapToJSON extends Logging

    Permalink
  4. object StrictBSONTimestampStrategy extends JSONbsTimesampStrategy

    Permalink
  5. object StrictJSONObjectIdStrategy extends JSONObjectIdStrategy

    Permalink
  6. object StringObjectIdStrategy extends JSONObjectIdStrategy

    Permalink
  7. object ToJField extends Logging

    Permalink
  8. object ToJValue extends Logging

    Permalink

Ungrouped