public interface IoCComponentProcessorFactory
IoCComponentProcessor
instances.Modifier and Type | Method and Description |
---|---|
IoCComponentProcessor |
get(java.lang.Class c,
ComponentScope scope)
Get a
IoCComponentProcessor instance given a class
and scope. |
ComponentScope |
getScope(java.lang.Class c)
Get the scope of the component, if that component is managed
by the Jersey runtime.
|
ComponentScope getScope(java.lang.Class c)
c
- the class to determine the scope from.IoCComponentProcessor get(java.lang.Class c, ComponentScope scope)
IoCComponentProcessor
instance given a class
and scope.c
- the class.scope
- the scope.Copyright © 2016 Oracle Corporation. All Rights Reserved.