Packages

object StringUnmarshaller

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

Value Members

  1. def async[B](f: Function[String, CompletionStage[B]]): Unmarshaller[String, B]

    Turns the given asynchronous function into an unmarshaller from String to B.

  2. def sync[B](f: Function[String, B]): Unmarshaller[String, B]

    Turns the given function into an unmarshaller from String to B.