object ScalaMapBinder

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

Value Members

  1. def newMapBinder[K, V](binder: Binder, kTyp: Class[K], vTyp: Class[V], annotationType: Class[_ <: Annotation])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[K], arg1: scala.reflect.api.JavaUniverse.TypeTag[V]): ScalaMapBinder[K, V]

    Returns a new mapbinder that collects entries of K/V in a scala.collection.immutable.Map that is itself bound with annotationType.

    Returns a new mapbinder that collects entries of K/V in a scala.collection.immutable.Map that is itself bound with annotationType. Note that kTyp and vTyp are ignored in favor of using the TypeTag to capture type arguments.

  2. def newMapBinder[K, V](parentBinder: Binder, kTyp: TypeLiteral[K], vTyp: TypeLiteral[V], annotationType: Class[_ <: Annotation]): ScalaMapBinder[K, V]

    Returns a new mapbinder that collects entries of K/V in a scala.collection.immutable.Map that is itself bound with annotationType.

  3. def newMapBinder[K, V](binder: Binder, kTyp: Class[K], vTyp: Class[V], annotation: Annotation)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[K], arg1: scala.reflect.api.JavaUniverse.TypeTag[V]): ScalaMapBinder[K, V]

    Returns a new mapbinder that collects entries of K/V in a scala.collection.immutable.Map that is itself bound with annotation.

    Returns a new mapbinder that collects entries of K/V in a scala.collection.immutable.Map that is itself bound with annotation. Note that kTyp and vTyp are ignored in favor of using the TypeTag to capture type arguments.

  4. def newMapBinder[K, V](parentBinder: Binder, kTyp: TypeLiteral[K], vTyp: TypeLiteral[V], annotation: Annotation): ScalaMapBinder[K, V]

    Returns a new mapbinder that collects entries of K/V in a scala.collection.immutable.Map that is itself bound with annotation.

  5. def newMapBinder[K, V](binder: Binder, kTyp: Class[K], vTyp: Class[V])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[K], arg1: scala.reflect.api.JavaUniverse.TypeTag[V]): ScalaMapBinder[K, V]

    Returns a new mapbinder that collects entries of K/V in a scala.collection.immutable.Map that is itself bound with no binding annotation.

    Returns a new mapbinder that collects entries of K/V in a scala.collection.immutable.Map that is itself bound with no binding annotation. Note that kTyp and vTyp are ignored in favor of using the TypeTag to capture type arguments.

  6. def newMapBinder[K, V](parentBinder: Binder, kTyp: TypeLiteral[K], vTyp: TypeLiteral[V]): ScalaMapBinder[K, V]

    Returns a new mapbinder that collects entries of K/V in a scala.collection.immutable.Map that is itself bound with no binding annotation.

  7. def newMapBinder[K, V, Ann <: Annotation](binder: Binder)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[K], arg1: scala.reflect.api.JavaUniverse.TypeTag[V], arg2: ClassTag[Ann]): ScalaMapBinder[K, V]

    Returns a new mapbinder that collects entries of K/V in a scala.collection.immutable.Map that is itself bound with Ann

  8. def newMapBinder[K, V](binder: Binder, annotation: Annotation)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[K], arg1: scala.reflect.api.JavaUniverse.TypeTag[V]): ScalaMapBinder[K, V]

    Returns a new mapbinder that collects entries of K/V in a scala.collection.immutable.Map that is itself bound with annotation.

  9. def newMapBinder[K, V](binder: Binder)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[K], arg1: scala.reflect.api.JavaUniverse.TypeTag[V]): ScalaMapBinder[K, V]

    Returns a new mapbinder that collects entries of K/V in a scala.collection.immutable.Map that is itself bound with no binding annotation.