@ProviderType
public interface BeanLocator
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
ClassLoader |
getClassLoader() |
String[] |
getNames() |
Class<?> |
getType(String name) |
<T> Map<String,T> |
locate(Class<T> clazz) |
Object |
locate(String name) |
void destroy()
ClassLoader getClassLoader()
String[] getNames()
Class<?> getType(String name)
throws BeanLocatorException
BeanLocatorException<T> Map<String,T> locate(Class<T> clazz)
throws BeanLocatorException
BeanLocatorExceptionObject locate(String name)
throws BeanLocatorException
BeanLocatorException