public abstract class BaseParamInjectableProvider<A extends Annotation> extends Object implements InjectableProvider<A,Parameter>
Modifier and Type | Method and Description |
---|---|
protected MultivaluedParameterExtractor |
get(Parameter p) |
ComponentScope |
getScope()
Get the scope of the injectable provider.
|
protected MultivaluedParameterExtractor |
getWithoutDefaultValue(Parameter p) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInjectable
public ComponentScope getScope()
InjectableProvider
getScope
in interface InjectableProvider<A extends Annotation,Parameter>
protected MultivaluedParameterExtractor getWithoutDefaultValue(Parameter p)
protected MultivaluedParameterExtractor get(Parameter p)
Copyright © 2013 Oracle Corporation. All rights reserved.