package json
- Source
- json.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- json
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class ConfigureScala extends Configuration
- final class DslJsonScala extends AnyVal
Value Members
- implicit def dslJsonToScala(json: DslJson[_]): DslJsonScala
- implicit def prepareDecoder[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T], json: DslJson[_]): ReadObject[T]
- implicit def prepareEncoder[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T], json: DslJson[_]): WriteObject[T]