Any

io.hireproof.structure.Schema$.Any$
See theAny companion class
object Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Any.type

Members list

Concise view

Value members

Concrete methods

def apply[A](decodeJson: Json => Validated[Errors, A], decodeString: String => Validated[Errors, A])(encodeJson: A => Json, encodeString: A => String): Any[A]