public class AnnotationHandler extends AbstractSystemInitializer implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.ApplicationContextAware, AnnotationFactory
| 构造器和说明 |
|---|
AnnotationHandler() |
destroy, setSortOrderpublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory 在接口中 org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setAnnotationTypes(String[] annotationTypes)
public void init()
AnnotationFactoryinit 在接口中 AnnotationFactorypublic Set<ClassAnnotation> getAnnotationOfClass(Class<? extends Annotation> annotationType)
AnnotationFactorygetAnnotationOfClass 在接口中 AnnotationFactorypublic Set<MethodAnnotation> getAnnotationOfMethod(Class<? extends Annotation> annotationType)
AnnotationFactorygetAnnotationOfMethod 在接口中 AnnotationFactorypublic Set<ParameterAnnotation> getAnnotationOfParameter(Class<? extends Annotation> annotationType)
AnnotationFactorygetAnnotationOfParameter 在接口中 AnnotationFactorypublic Set<FieldAnnotation> getAnnotationOfField(Class<? extends Annotation> annotationType)
getAnnotationOfField 在接口中 AnnotationFactorypublic Set<Class<? extends Annotation>> getAllAnnotationTypes()
getAllAnnotationTypes 在接口中 AnnotationFactorypublic Map<Class<? extends Annotation>,Set<ClassAnnotation>> getAllAnnotationOfClass()
getAllAnnotationOfClass 在接口中 AnnotationFactorypublic Map<Class<? extends Annotation>,Set<MethodAnnotation>> getAllAnnotationOfMethod()
getAllAnnotationOfMethod 在接口中 AnnotationFactorypublic Map<Class<? extends Annotation>,Set<FieldAnnotation>> getAllAnnotationOfField()
getAllAnnotationOfField 在接口中 AnnotationFactorypublic Map<Class<? extends Annotation>,Set<ParameterAnnotation>> getAllAnnotationOfParameter()
getAllAnnotationOfParameter 在接口中 AnnotationFactorypublic int getSortOrder()
SortOrderablegetSortOrder 在接口中 SortOrderablegetSortOrder 在类中 AbstractSystemInitializerpublic void initialize()
SystemInitializerinitialize 在接口中 SystemInitializerinitialize 在类中 AbstractSystemInitializerCopyright © 2016–2018. All rights reserved.