public final class PathParamInjectableProvider extends BaseParamInjectableProvider<javax.ws.rs.PathParam>
Constructor and Description |
---|
PathParamInjectableProvider(MultivaluedParameterExtractorProvider w) |
Modifier and Type | Method and Description |
---|---|
Injectable<?> |
getInjectable(ComponentContext ic,
javax.ws.rs.PathParam a,
Parameter c)
Get an injectable.
|
get, getScope, getWithoutDefaultValue
public PathParamInjectableProvider(MultivaluedParameterExtractorProvider w)
public Injectable<?> getInjectable(ComponentContext ic, javax.ws.rs.PathParam a, Parameter c)
InjectableProvider
ic
- the injectable contexta
- the annotation instancec
- the context instanceCopyright © 2013 Oracle Corporation. All rights reserved.