A C G I J O P R S X

A

addAnnotationClassMatchers(AnnotationClassMatchers) - 接口 org.tinygroup.annotation.AnnotationExecuteManager 中的方法
增加annotation配置对象信息
addAnnotationClassMatchers(AnnotationClassMatchers) - 类 org.tinygroup.annotation.impl.AnnotationExecuteManagerImpl 中的方法
 
ANNOTATION_MANAGER_BEAN_NAME - 接口 org.tinygroup.annotation.AnnotationExecuteManager 中的静态变量
 
AnnotationClassAction - org.tinygroup.annotation 中的 接口
符合类注解定义的处理器
AnnotationClassFileProcessor - org.tinygroup.annotation.fileresolver 中的 类
类文件搜索器
AnnotationClassFileProcessor() - 类 org.tinygroup.annotation.fileresolver.AnnotationClassFileProcessor 的构造方法
 
AnnotationClassMap - org.tinygroup.annotation.impl 中的 类
注解类规范映射 用于保存AnnotationProcessor解析的注解规范配置信息
AnnotationClassMap() - 类 org.tinygroup.annotation.impl.AnnotationClassMap 的构造方法
 
AnnotationClassMatcher - org.tinygroup.annotation.config 中的 类
注解匹配器,通过注解匹配器定义了在什么情况下匹配注解,并定义了匹配成功时执行的处理器列表
AnnotationClassMatcher() - 类 org.tinygroup.annotation.config.AnnotationClassMatcher 的构造方法
 
AnnotationClassMatchers - org.tinygroup.annotation.config 中的 类
注解匹配匹配,用于定义一组注解匹配模式及匹配成功后的处理
AnnotationClassMatchers() - 类 org.tinygroup.annotation.config.AnnotationClassMatchers 的构造方法
 
AnnotationExecuteManager - org.tinygroup.annotation 中的 接口
annotation执行管理接口
AnnotationExecuteManagerImpl - org.tinygroup.annotation.impl 中的 类
注解执行管理器实现
AnnotationExecuteManagerImpl() - 类 org.tinygroup.annotation.impl.AnnotationExecuteManagerImpl 的构造方法
 
AnnotationFileProcessor - org.tinygroup.annotation.fileresolver 中的 类
注解文件搜索器
AnnotationFileProcessor() - 类 org.tinygroup.annotation.fileresolver.AnnotationFileProcessor 的构造方法
 
AnnotationMatcherDto - org.tinygroup.annotation.impl 中的 类
保存注解配置信息的中间类
AnnotationMethodAction - org.tinygroup.annotation 中的 接口
符合方法注解定义的处理器
AnnotationMethodMatcher - org.tinygroup.annotation.config 中的 类
方法注解匹配器
AnnotationMethodMatcher() - 类 org.tinygroup.annotation.config.AnnotationMethodMatcher 的构造方法
 
AnnotationPropertyAction - org.tinygroup.annotation 中的 接口
符合属性注解定义的处理器
AnnotationPropertyMatcher - org.tinygroup.annotation.config 中的 类
属性注解匹配器
AnnotationPropertyMatcher() - 类 org.tinygroup.annotation.config.AnnotationPropertyMatcher 的构造方法
 
AnnotationRuntimeException - org.tinygroup.annotation.exception 中的 异常
 
AnnotationRuntimeException(Throwable) - 异常 org.tinygroup.annotation.exception.AnnotationRuntimeException 的构造方法
 
AnnotationRuntimeException(String) - 异常 org.tinygroup.annotation.exception.AnnotationRuntimeException 的构造方法
 
AnnotationTypeMatcher - org.tinygroup.annotation.config 中的 类
封装classname和annotationType正则表达式的类
AnnotationTypeMatcher(List<String>, String) - 类 org.tinygroup.annotation.config.AnnotationTypeMatcher 的构造方法
 
applicationConfig - 类 org.tinygroup.annotation.impl.AnnotationExecuteManagerImpl 中的变量
 

C

checkMatch(FileObject) - 类 org.tinygroup.annotation.fileresolver.AnnotationClassFileProcessor 中的方法
 
checkMatch(FileObject) - 类 org.tinygroup.annotation.fileresolver.AnnotationFileProcessor 中的方法
 
clearAnnotationMap() - 类 org.tinygroup.annotation.impl.AnnotationClassMap 中的静态方法
 
componentConfig - 类 org.tinygroup.annotation.impl.AnnotationExecuteManagerImpl 中的变量
 
config(XmlNode, XmlNode) - 类 org.tinygroup.annotation.impl.AnnotationExecuteManagerImpl 中的方法
 

G

getAnnotationClassMatcherList() - 类 org.tinygroup.annotation.config.AnnotationClassMatchers 中的方法
 
getAnnotationId() - 类 org.tinygroup.annotation.config.AnnotationClassMatcher 中的方法
 
getAnnotationMethodMatchers() - 类 org.tinygroup.annotation.config.AnnotationClassMatcher 中的方法
 
getAnnotationPropertyMatchers() - 类 org.tinygroup.annotation.config.AnnotationClassMatcher 中的方法
 
getAnnotationType() - 类 org.tinygroup.annotation.config.AnnotationClassMatcher 中的方法
 
getAnnotationType() - 类 org.tinygroup.annotation.config.AnnotationMethodMatcher 中的方法
 
getAnnotationType() - 类 org.tinygroup.annotation.config.AnnotationPropertyMatcher 中的方法
 
getApplicationConfig() - 类 org.tinygroup.annotation.impl.AnnotationExecuteManagerImpl 中的方法
 
getApplicationNodePath() - 类 org.tinygroup.annotation.impl.AnnotationExecuteManagerImpl 中的方法
 
getClassName() - 类 org.tinygroup.annotation.config.AnnotationClassMatcher 中的方法
 
getClassNamesById(String) - 类 org.tinygroup.annotation.impl.AnnotationClassMap 中的静态方法
 
getComponentConfig() - 类 org.tinygroup.annotation.impl.AnnotationExecuteManagerImpl 中的方法
 
getComponentConfigPath() - 类 org.tinygroup.annotation.impl.AnnotationExecuteManagerImpl 中的方法
 
getEnable() - 类 org.tinygroup.annotation.config.ProcessorBean 中的方法
 
getManager() - 类 org.tinygroup.annotation.fileresolver.AnnotationClassFileProcessor 中的方法
 
getManager() - 类 org.tinygroup.annotation.fileresolver.AnnotationFileProcessor 中的方法
 
getMethodName() - 类 org.tinygroup.annotation.config.AnnotationMethodMatcher 中的方法
 
getName() - 类 org.tinygroup.annotation.config.ProcessorBean 中的方法
 
getProcessorBeans() - 类 org.tinygroup.annotation.config.AnnotationClassMatcher 中的方法
 
getProcessorBeans() - 类 org.tinygroup.annotation.config.AnnotationMethodMatcher 中的方法
 
getProcessorBeans() - 类 org.tinygroup.annotation.config.AnnotationPropertyMatcher 中的方法
 
getPropertyName() - 类 org.tinygroup.annotation.config.AnnotationPropertyMatcher 中的方法
 
getType() - 类 org.tinygroup.annotation.config.ProcessorBean 中的方法
 

I

init() - 类 org.tinygroup.annotation.impl.JavaPathManage 中的方法
 
initAnnotationClassMatchers() - 类 org.tinygroup.annotation.config.AnnotationClassMatchers 中的方法
 
initAnnotationTypeMatcher() - 类 org.tinygroup.annotation.config.AnnotationClassMatcher 中的方法
 
initAnnotationTypeMatcher() - 类 org.tinygroup.annotation.config.AnnotationMethodMatcher 中的方法
 
initAnnotationTypeMatcher() - 类 org.tinygroup.annotation.config.AnnotationPropertyMatcher 中的方法
 
isAnnotationTypeMatch(Annotation) - 类 org.tinygroup.annotation.config.AnnotationClassMatcher 中的方法
 
isAnnotationTypeMatch(Annotation) - 类 org.tinygroup.annotation.config.AnnotationMethodMatcher 中的方法
 
isAnnotationTypeMatch(Annotation) - 类 org.tinygroup.annotation.config.AnnotationPropertyMatcher 中的方法
 
isAnnotationTypeMatch(Annotation) - 类 org.tinygroup.annotation.config.AnnotationTypeMatcher 中的方法
传入的注解是否匹配注解正则
isClassMatch(String) - 类 org.tinygroup.annotation.config.AnnotationClassMatcher 中的方法
 
isMatch(String) - 类 org.tinygroup.annotation.config.AnnotationTypeMatcher 中的方法
传入的路径是否匹配已有的类路径正则
isMethodMatch(String) - 类 org.tinygroup.annotation.config.AnnotationMethodMatcher 中的方法
 
isPropertyMatch(String) - 类 org.tinygroup.annotation.config.AnnotationPropertyMatcher 中的方法
 

J

JavaPathManage - org.tinygroup.annotation.impl 中的 类
类路径管理
JavaPathManage() - 类 org.tinygroup.annotation.impl.JavaPathManage 的构造方法
 

O

obtainClassName(String) - 类 org.tinygroup.annotation.impl.JavaPathManage 中的方法
根据路径获取类全路径
org.tinygroup.annotation - 软件包 org.tinygroup.annotation
 
org.tinygroup.annotation.config - 软件包 org.tinygroup.annotation.config
 
org.tinygroup.annotation.exception - 软件包 org.tinygroup.annotation.exception
 
org.tinygroup.annotation.fileresolver - 软件包 org.tinygroup.annotation.fileresolver
 
org.tinygroup.annotation.impl - 软件包 org.tinygroup.annotation.impl
 

P

process(Class<T>, Annotation) - 接口 org.tinygroup.annotation.AnnotationClassAction 中的方法
 
process(Class<T>, Method, Annotation) - 接口 org.tinygroup.annotation.AnnotationMethodAction 中的方法
 
process(Class<T>, Field, Annotation) - 接口 org.tinygroup.annotation.AnnotationPropertyAction 中的方法
 
process() - 类 org.tinygroup.annotation.fileresolver.AnnotationClassFileProcessor 中的方法
 
process() - 类 org.tinygroup.annotation.fileresolver.AnnotationFileProcessor 中的方法
 
processClassFileObject(FileObject) - 接口 org.tinygroup.annotation.AnnotationExecuteManager 中的方法
对class文件进行处理
processClassFileObject(FileObject) - 类 org.tinygroup.annotation.impl.AnnotationExecuteManagerImpl 中的方法
判断class文件是否符合注解配置文件
ProcessorBean - org.tinygroup.annotation.config 中的 类
处理类定义
ProcessorBean() - 类 org.tinygroup.annotation.config.ProcessorBean 的构造方法
 
putAnnotationMap(String, String) - 类 org.tinygroup.annotation.impl.AnnotationClassMap 中的静态方法
 

R

removeAnnotationClassMatchers(AnnotationClassMatchers) - 接口 org.tinygroup.annotation.AnnotationExecuteManager 中的方法
移除annotation配置信息
removeAnnotationClassMatchers(AnnotationClassMatchers) - 类 org.tinygroup.annotation.impl.AnnotationExecuteManagerImpl 中的方法
 

S

setAnnotationClassMatcherList(List<AnnotationClassMatcher>) - 类 org.tinygroup.annotation.config.AnnotationClassMatchers 中的方法
 
setAnnotationId(String) - 类 org.tinygroup.annotation.config.AnnotationClassMatcher 中的方法
 
setAnnotationMethodMatchers(List<AnnotationMethodMatcher>) - 类 org.tinygroup.annotation.config.AnnotationClassMatcher 中的方法
 
setAnnotationPropertyMatchers(List<AnnotationPropertyMatcher>) - 类 org.tinygroup.annotation.config.AnnotationClassMatcher 中的方法
 
setAnnotationType(String) - 类 org.tinygroup.annotation.config.AnnotationClassMatcher 中的方法
 
setAnnotationType(String) - 类 org.tinygroup.annotation.config.AnnotationMethodMatcher 中的方法
 
setAnnotationType(String) - 类 org.tinygroup.annotation.config.AnnotationPropertyMatcher 中的方法
 
setClassName(String) - 类 org.tinygroup.annotation.config.AnnotationClassMatcher 中的方法
 
setEnable(Boolean) - 类 org.tinygroup.annotation.config.ProcessorBean 中的方法
 
setManager(AnnotationExecuteManager) - 类 org.tinygroup.annotation.fileresolver.AnnotationClassFileProcessor 中的方法
 
setManager(AnnotationExecuteManager) - 类 org.tinygroup.annotation.fileresolver.AnnotationFileProcessor 中的方法
 
setMethodName(String) - 类 org.tinygroup.annotation.config.AnnotationMethodMatcher 中的方法
 
setName(String) - 类 org.tinygroup.annotation.config.ProcessorBean 中的方法
 
setProcessorBeans(List<ProcessorBean>) - 类 org.tinygroup.annotation.config.AnnotationClassMatcher 中的方法
 
setProcessorBeans(List<ProcessorBean>) - 类 org.tinygroup.annotation.config.AnnotationMethodMatcher 中的方法
 
setProcessorBeans(List<ProcessorBean>) - 类 org.tinygroup.annotation.config.AnnotationPropertyMatcher 中的方法
 
setPropertyName(String) - 类 org.tinygroup.annotation.config.AnnotationPropertyMatcher 中的方法
 
setType(String) - 类 org.tinygroup.annotation.config.ProcessorBean 中的方法
 

X

XSTEAM_PACKAGE_NAME - 接口 org.tinygroup.annotation.AnnotationExecuteManager 中的静态变量
 

A C G I J O P R S X

Copyright © 2006–2016 TinyGroup. All rights reserved.