eu.fakod.sjersey

inject

package inject

Visibility
  1. Public
  2. All

Type Members

  1. class ParameterInjectionBinder extends AbstractBinder

    binds the respective Provider to this Application

  2. class ScalaCollectionStringReaderExtractor[CC[X] <: Traversable[X]] extends MultivaluedParameterExtractor[CC[String]]

    Given a parameter name, a possibly-null default value, and a collection companion object, attempts to extract all the parameter values and return a collection instance.

  3. class ScalaCollectionsFactoryProvider extends AbstractValueFactoryProvider

    A parameter value factory provider that provides parameter value factories which are using MultivaluedParameterExtractorProvider to extract parameter values from the supplied MultivaluedMap multivalued parameter map.

  4. class ScalaCollectionsFormParamFactoryProvider extends ScalaCollectionsFactoryProvider

  5. class ScalaCollectionsHeaderParamFactoryProvider extends ScalaCollectionsFactoryProvider

  6. class ScalaCollectionsQueryParamFactoryProvider extends ScalaCollectionsFactoryProvider

  7. class ScalaOptionStringExtractor extends MultivaluedParameterExtractor[Option[String]]

    Given a parameter name and a possibly-null default value, attempts to extract the first parameter values and return a Some instance, returning the default value if no parameter exists.

Value Members

  1. object ScalaCollectionsFactoryProvider

    Object as "container" for former static Java classes

Ungrouped