com.twitter.bijection

json

package json

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractJsonNodeInjection[T] extends JsonNodeInjection[T]

  2. trait JsonNodeInjection[T] extends Injection[T, JsonNode]

  3. trait LowPriorityJson extends AnyRef

  4. case class UnparsedJson(str: String) extends Product with Serializable

    Value class representing unparsed Json text TODO in scala 2.

Value Members

  1. object JsonInjection

  2. object JsonNodeInjection extends LowPriorityJson with Serializable

    You need to import all the methods of this object to get general Injection[T,JsonNode] to work

  3. object UnparsedJson extends Serializable

Ungrouped