| Modifier and Type | Field and Description |
|---|---|
com.google.inject.Injector |
mainInjector |
| Constructor and Description |
|---|
ContextInternal(com.google.inject.Injector mainInjector) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Class<?>> |
getClassAnnotatedWith(Class<? extends Annotation> clazz) |
Collection<Class<?>> |
getClassAnnotatedWithRegex(String regex) |
Collection<Class<?>> |
getClassTypeByRegex(String typeNameRegex) |
Collection<Class<?>> |
getClassWithParentType(Class<?> parentClass) |
@Inject public ContextInternal(com.google.inject.Injector mainInjector)
public Collection<Class<?>> getClassAnnotatedWith(Class<? extends Annotation> clazz)
getClassAnnotatedWith in interface Contextpublic Collection<Class<?>> getClassAnnotatedWithRegex(String regex)
getClassAnnotatedWithRegex in interface Contextpublic Collection<Class<?>> getClassWithParentType(Class<?> parentClass)
getClassWithParentType in interface Contextpublic Collection<Class<?>> getClassTypeByRegex(String typeNameRegex)
getClassTypeByRegex in interface ContextCopyright © 2012-2014. All Rights Reserved.