Packages

package json

Source
json.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. json
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package runtime

Type Members

  1. class ConfigureScala extends Configuration
  2. final class DslJsonScala extends AnyVal

Value Members

  1. implicit def dslJsonToScala(json: DslJson[_]): DslJsonScala
  2. implicit def prepareDecoder[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T], json: DslJson[_]): ReadObject[T]
  3. implicit def prepareEncoder[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T], json: DslJson[_]): WriteObject[T]

Inherited from AnyRef

Inherited from Any

Ungrouped