Package

com.twitter.bijection

json

Permalink

package json

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. trait CollectionJson extends AnyRef

    Permalink
  3. trait JsonNodeInjection[T] extends Injection[T, JsonNode]

    Permalink

  4. trait LowPriorityJson extends AnyRef

    Permalink
  5. final case class UnparsedJson(str: String) extends AnyVal with Product with Serializable

    Permalink

    Value class representing unparsed Json text

Value Members

  1. object JsonInjection

    Permalink
  2. object JsonNodeInjection extends CollectionJson with LowPriorityJson with Serializable

    Permalink

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

  3. object UnparsedJson extends Serializable

    Permalink

Ungrouped