@Provider public class OptionalQueryParamInjectableProvider extends Object implements com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.QueryParam,com.sun.jersey.api.model.Parameter>
| Constructor and Description |
|---|
OptionalQueryParamInjectableProvider(com.sun.jersey.core.spi.component.ProviderServices services) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.spi.inject.Injectable<?> |
getInjectable(com.sun.jersey.core.spi.component.ComponentContext ic,
javax.ws.rs.QueryParam a,
com.sun.jersey.api.model.Parameter c) |
com.sun.jersey.core.spi.component.ComponentScope |
getScope() |
public OptionalQueryParamInjectableProvider(@Context
com.sun.jersey.core.spi.component.ProviderServices services)
public com.sun.jersey.core.spi.component.ComponentScope getScope()
getScope in interface com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.QueryParam,com.sun.jersey.api.model.Parameter>public com.sun.jersey.spi.inject.Injectable<?> getInjectable(com.sun.jersey.core.spi.component.ComponentContext ic,
javax.ws.rs.QueryParam a,
com.sun.jersey.api.model.Parameter c)
getInjectable in interface com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.QueryParam,com.sun.jersey.api.model.Parameter>Copyright © 2014. All rights reserved.