public interface Context
| Modifier and Type | Method and Description |
|---|---|
Collection<Class<?>> |
getClassAnnotatedWith(Class<? extends Annotation> clazz) |
Collection<Class<?>> |
getClassAnnotatedWithRegex(String name) |
Collection<Class<?>> |
getClassTypeByRegex(String typeNameSuffix) |
Collection<Class<?>> |
getClassWithParentType(Class<?> parentClass) |
Collection<Class<?>> getClassAnnotatedWith(Class<? extends Annotation> clazz)
Collection<Class<?>> getClassAnnotatedWithRegex(String name)
Collection<Class<?>> getClassWithParentType(Class<?> parentClass)
Collection<Class<?>> getClassTypeByRegex(String typeNameSuffix)
Copyright © 2012-2014. All Rights Reserved.