Package

eu.fakod.sjersey

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait JacksonDeAndSerializer extends AnyRef

    Permalink

    uses jackson-module-scala to de- and serialize Json

  2. class RegisterParameterInjectionBinder extends ResourceConfig

    Permalink

    the parameter injection can't IMHO be registered with a Provider annotation so add this class to the init parameter section of the web.xml, like

    the parameter injection can't IMHO be registered with a Provider annotation so add this class to the init parameter section of the web.xml, like

    <init-param>
    <param-name>javax.ws.rs.Application</param-name>
    <param-value>eu.fakod.sjersey.util.RegisterInjection</param-value>
    </init-param>

Ungrouped