BinderMacros

play.api.mvc.macros.BinderMacros
object BinderMacros

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def anyValPathBindable[A <: AnyVal : Type](implicit evidence$1: Type[A], q: Quotes): Expr[PathBindable[A]]
def anyValQueryStringBindable[A <: AnyVal : Type](implicit evidence$1: Type[A], q: Quotes): Expr[QueryStringBindable[A]]
def withAnyValParam[A <: AnyVal : Type, T <: ([_] =>> PathBindable[_] | QueryStringBindable[_]) : Type](implicit evidence$1: Type[A], evidence$2: Type[T], q: Quotes): Expr[T[A]]