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