AsJsonInput

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A](a: AsJsonInput[A]): AsJsonInput[A]
def asJsonInput[A](input: A)(a: AsJsonInput[A]): JsonInput
def fromFunction[A](f: A => JsonInput): AsJsonInput[A]

Implicits

Implicits

implicit def readerAsJsonInput[A <: Reader]: AsJsonInput[A]
implicit def streamAsJsonInput[A <: InputStream]: AsJsonInput[A]
implicit val stringAsJsonInput: AsJsonInput[String]

Inherited implicits

final implicit val fileAsJsonInput: AsJsonInput[File]
Inherited from
AsJsonInputInstances