public class PerLocatorUtilities extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoAnalyzerName(Class<?> c)
Gets the analyzer name from the Service annotation
|
InjectionResolver<?> |
getInjectionResolver(ServiceLocatorImpl locator,
Injectee injectee)
Returns an injection resolver for the injectee
|
ProxyUtilities |
getProxyUtilities() |
void |
releaseCaches() |
void |
shutdown() |
public String getAutoAnalyzerName(Class<?> c)
c - The class to get the analyzer name frompublic InjectionResolver<?> getInjectionResolver(ServiceLocatorImpl locator, Injectee injectee) throws IllegalStateException
locator - The locator to use when finding the resolverinjectee - Injectee from which the annotation should be extractedIllegalStateException - If we could not find a valid resolverpublic void releaseCaches()
public void shutdown()
public ProxyUtilities getProxyUtilities()
Copyright © 2009-2017 Oracle Corporation. All Rights Reserved.