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