跳过导航链接
A C G I M O P R S T 

A

afterReturning(JoinPoint, Object) - 类 中的方法top.xiajibagao.crane.extension.aop.MethodResultProcessAspect
 

C

CacheConfigurationParserWrapper<T extends OperationConfiguration> - top.xiajibagao.crane.extension.cache中的类
OperateConfigurationParser包装类,基于ConfigurationCache为包装的解析器提供解析配置缓存功能
CacheConfigurationParserWrapper() - 类 的构造器top.xiajibagao.crane.extension.cache.CacheConfigurationParserWrapper
 
ConfigOptionAnnotationProcessor<T extends AnnotatedElement> - top.xiajibagao.crane.extension.helper中的类
一个简单的ConfigOption解析器,用于快速搭建带缓存功能的注解处理器
ConfigOptionAnnotationProcessor() - 类 的构造器top.xiajibagao.crane.extension.helper.ConfigOptionAnnotationProcessor
 
ConfigurationCache - top.xiajibagao.crane.extension.cache中的接口
配置缓存

G

getCachedConfiguration(String, Class<? extends OperatorFactory>, Class<?>) - 接口 中的方法top.xiajibagao.crane.extension.cache.ConfigurationCache
获取缓存的配置
getCachedConfiguration(String, Class<? extends OperatorFactory>, Class<?>) - 类 中的方法top.xiajibagao.crane.extension.cache.OperationConfigurationCache
获取缓存的配置
getNamespace() - 类 中的方法top.xiajibagao.crane.extension.cache.CacheConfigurationParserWrapper
 
getNamespace(OperateConfigurationParser<OperationConfiguration>) - 类 中的方法top.xiajibagao.crane.extension.helper.ConfigOptionAnnotationProcessor
 
getOrCached(String, Class<? extends OperatorFactory>, Class<?>, Supplier<OperationConfiguration>) - 接口 中的方法top.xiajibagao.crane.extension.cache.ConfigurationCache
获取缓存,若不存则先获取配置并缓存
getSourceKeyPropertyValue(Object) - 类 中的方法top.xiajibagao.crane.extension.container.MethodSource
 
getSources(List<Object>) - 类 中的方法top.xiajibagao.crane.extension.container.MethodSource
 
getSources(MultiValueMap<String, Object>) - 类 中的方法top.xiajibagao.crane.extension.container.MethodSourceContainer
 

I

IntrospectContainer - top.xiajibagao.crane.extension.container中的类
内省容器,用于对待处理对象本身进行操作,可以理解其数据源对象就是“自己”
IntrospectContainer() - 类 的构造器top.xiajibagao.crane.extension.container.IntrospectContainer
 

M

methodCache - 类 中的变量top.xiajibagao.crane.extension.container.MethodSourceContainer
 
MethodResultProcessAspect - top.xiajibagao.crane.extension.aop中的类
ProcessResult注解方法返回值处理切面
MethodResultProcessAspect(BeanFactory, ConfigurationCache) - 类 的构造器top.xiajibagao.crane.extension.aop.MethodResultProcessAspect
 
MethodSource - top.xiajibagao.crane.extension.container中的类
 
MethodSource() - 类 的构造器top.xiajibagao.crane.extension.container.MethodSource
 
MethodSourceContainer - top.xiajibagao.crane.extension.container中的类
 
MethodSourceContainer() - 类 的构造器top.xiajibagao.crane.extension.container.MethodSourceContainer
 

O

OperateHelper - top.xiajibagao.crane.extension.helper中的类
操作辅助类,用于一步完成配置解析、配置执行操作,从而快速完成数据处理
初始化后为实例指定默认的配置缓存、操作者工厂、解析器、执行器, 处理数据时,根据需求自行选择重载方法以选择哪些组件使用指定配置,其余组件皆使用默认配置。
OperateHelper() - 类 的构造器top.xiajibagao.crane.extension.helper.OperateHelper
 
OperationConfigurationCache - top.xiajibagao.crane.extension.cache中的类
 
OperationConfigurationCache(Supplier<Table<Class<? extends OperatorFactory>, Class<?>, OperationConfiguration>>) - 类 的构造器top.xiajibagao.crane.extension.cache.OperationConfigurationCache
 
OperationConfigurationCache() - 类 的构造器top.xiajibagao.crane.extension.cache.OperationConfigurationCache
 

P

parse(Class<?>, OperatorFactory) - 类 中的方法top.xiajibagao.crane.extension.cache.CacheConfigurationParserWrapper
 
parseAnnotation(AnnotatedElement) - 类 中的方法top.xiajibagao.crane.extension.helper.ConfigOptionAnnotationProcessor
获取ConfigOption注解
process(MultiValueMap<AssembleOperation, ?>) - 类 中的方法top.xiajibagao.crane.extension.container.IntrospectContainer
 
process(T, Object) - 类 中的方法top.xiajibagao.crane.extension.helper.ConfigOptionAnnotationProcessor
 
process(Object, OperationConfiguration) - 类 中的方法top.xiajibagao.crane.extension.helper.OperateHelper
使用默认执行器与指定操作配置处理数据
process(Object, OperationConfiguration, OperationExecutor) - 类 中的方法top.xiajibagao.crane.extension.helper.OperateHelper
根据指定执行器与操作配置处理数据
process(Object, OperatorFactory, OperateConfigurationParser<? extends OperationConfiguration>, OperationExecutor) - 类 中的方法top.xiajibagao.crane.extension.helper.OperateHelper
根据指定配置处理数据
process(Object, OperatorFactory, OperateConfigurationParser<? extends OperationConfiguration>) - 类 中的方法top.xiajibagao.crane.extension.helper.OperateHelper
使用默认执行器,然后根据指定配置处理数据
process(Object, OperatorFactory) - 类 中的方法top.xiajibagao.crane.extension.helper.OperateHelper
使用默认执行器和配置解析器,然后根据指定配置处理数据
process(Object) - 类 中的方法top.xiajibagao.crane.extension.helper.OperateHelper
使用默认执行器、配置解析器与操作者工厂处理数据
ProcessResult - top.xiajibagao.crane.extension.aop中的注释类型
表示方法的返回值需要进行处理

R

register(Object) - 类 中的方法top.xiajibagao.crane.extension.container.MethodSourceContainer
 

S

setConfigurationCache(String, Class<? extends OperatorFactory>, Class<?>, OperationConfiguration) - 接口 中的方法top.xiajibagao.crane.extension.cache.ConfigurationCache
若缓存不存在,则将配置添加至缓存
setConfigurationCache(String, Class<? extends OperatorFactory>, Class<?>, OperationConfiguration) - 类 中的方法top.xiajibagao.crane.extension.cache.OperationConfigurationCache
若缓存不存在,则将配置添加至缓存

T

top.xiajibagao.crane.extension.aop - 程序包 top.xiajibagao.crane.extension.aop
 
top.xiajibagao.crane.extension.cache - 程序包 top.xiajibagao.crane.extension.cache
 
top.xiajibagao.crane.extension.container - 程序包 top.xiajibagao.crane.extension.container
 
top.xiajibagao.crane.extension.helper - 程序包 top.xiajibagao.crane.extension.helper
 
A C G I M O P R S T 
跳过导航链接

Copyright © 2022. All rights reserved.