Packages

p

sp

domain

package domain

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. domain
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AttributeWrapper = JsValueWrapper
  2. type ID = UUID
  3. type JSFormat[T] = Format[T]
  4. type JSReads[T] = Reads[T]
  5. type JSWrites[T] = Writes[T]
  6. type SPAttributes = JsObject
  7. type SPValue = JsValue
  8. trait SchemaImplicit extends AnyRef

Value Members

  1. def fromJsonAs[T](json: String)(implicit fjs: JSReads[T]): Try[T]
  2. def toJson[T](x: T)(implicit fjs: JSWrites[T]): String
  3. object SchemaLogic extends SchemaImplicit

Inherited from AnyRef

Inherited from Any

Ungrouped