Packages

c

pdi.jwt.JwtArgonaut

ExtractJsonFieldToType

implicit class ExtractJsonFieldToType extends AnyRef

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

Instance Constructors

  1. new ExtractJsonFieldToType(json: Json)

Value Members

  1. def -|>[T](field: String)(f: (Json) => T): Option[T]
  2. def -|>>(field: String): Option[String]
  3. def -||>(field: String): Option[Long]
  4. def -|||(field: String): Option[Set[String]]