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, waitgetInjectablepublic ComponentScope getScope()
InjectableProvidergetScope in interface InjectableProvider<A extends Annotation,Parameter>protected MultivaluedParameterExtractor getWithoutDefaultValue(Parameter p)
protected MultivaluedParameterExtractor get(Parameter p)
Copyright © 2016 Oracle Corporation. All rights reserved.