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. final case class UnparsedJson(str: String) extends AnyVal with Product with Serializable

    Value class representing unparsed Json text

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