com.novus.salat

json

package json

Visibility
  1. Public
  2. All

Type Members

  1. case class JSONConfig(dateStrategy: JSONDateStrategy, objectIdStrategy: JSONObjectIdStrategy, outputNullValues: Boolean) extends Product with Serializable

  2. trait JSONDateStrategy extends AnyRef

  3. trait JSONObjectIdStrategy extends AnyRef

  4. case class StrictJSONDateStrategy(zone: DateTimeZone) extends JSONDateStrategy with Product with Serializable

  5. case class StringDateStrategy(dateFormatter: DateTimeFormatter) extends JSONDateStrategy with Product with Serializable

  6. case class TimestampDateStrategy(zone: DateTimeZone) extends JSONDateStrategy with Product with Serializable

Value Members

  1. object FromJValue extends Logging

  2. object JSONConfig extends Serializable

  3. object StrictJSONObjectIdStrategy extends JSONObjectIdStrategy

  4. object StringObjectIdStrategy extends JSONObjectIdStrategy

  5. object ToJField extends Logging

  6. object ToJValue extends Logging