package domain
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- domain
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
- def fromJsonAs[T](json: String)(implicit fjs: JSReads[T]): Try[T]
- def toJson[T](x: T)(implicit fjs: JSWrites[T]): String
- object SchemaLogic extends SchemaImplicit