public static class FinderFactory.ModuleLimitedFinder extends Object implements org.apache.xbean.finder.IAnnotationFinder
| Constructor and Description |
|---|
FinderFactory.ModuleLimitedFinder(FinderFactory.OpenEJBAnnotationFinder delegate) |
public FinderFactory.ModuleLimitedFinder(FinderFactory.OpenEJBAnnotationFinder delegate)
public boolean isAnnotationPresent(Class<? extends Annotation> annotation)
isAnnotationPresent in interface org.apache.xbean.finder.IAnnotationFinderpublic List<String> getClassesNotLoaded()
getClassesNotLoaded in interface org.apache.xbean.finder.IAnnotationFinderpublic List<Package> findAnnotatedPackages(Class<? extends Annotation> annotation)
findAnnotatedPackages in interface org.apache.xbean.finder.IAnnotationFinderpublic List<Class<?>> findAnnotatedClasses(Class<? extends Annotation> annotation)
findAnnotatedClasses in interface org.apache.xbean.finder.IAnnotationFinderpublic List<Class<?>> findInheritedAnnotatedClasses(Class<? extends Annotation> annotation)
findInheritedAnnotatedClasses in interface org.apache.xbean.finder.IAnnotationFinderpublic List<Method> findAnnotatedMethods(Class<? extends Annotation> annotation)
findAnnotatedMethods in interface org.apache.xbean.finder.IAnnotationFinderpublic List<Constructor> findAnnotatedConstructors(Class<? extends Annotation> annotation)
findAnnotatedConstructors in interface org.apache.xbean.finder.IAnnotationFinderpublic List<Field> findAnnotatedFields(Class<? extends Annotation> annotation)
findAnnotatedFields in interface org.apache.xbean.finder.IAnnotationFinderpublic List<Class<?>> findClassesInPackage(String packageName, boolean recursive)
findClassesInPackage in interface org.apache.xbean.finder.IAnnotationFinderpublic <T> List<Class<? extends T>> findSubclasses(Class<T> clazz)
findSubclasses in interface org.apache.xbean.finder.IAnnotationFinderpublic <T> List<Class<? extends T>> findImplementations(Class<T> clazz)
findImplementations in interface org.apache.xbean.finder.IAnnotationFinderpublic List<org.apache.xbean.finder.Annotated<Method>> findMetaAnnotatedMethods(Class<? extends Annotation> annotation)
findMetaAnnotatedMethods in interface org.apache.xbean.finder.IAnnotationFinderpublic List<org.apache.xbean.finder.Annotated<Field>> findMetaAnnotatedFields(Class<? extends Annotation> annotation)
findMetaAnnotatedFields in interface org.apache.xbean.finder.IAnnotationFinderpublic List<org.apache.xbean.finder.Annotated<Class<?>>> findMetaAnnotatedClasses(Class<? extends Annotation> annotation)
findMetaAnnotatedClasses in interface org.apache.xbean.finder.IAnnotationFinderpublic List<String> getAnnotatedClassNames()
getAnnotatedClassNames in interface org.apache.xbean.finder.IAnnotationFinderpublic org.apache.xbean.finder.IAnnotationFinder getDelegate()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.