public class MethodResultProcessAspect extends CacheableAnnotationProcessor<Method>
ProcessResult注解方法返回值处理切面CacheableAnnotationProcessor.Processor, CacheableAnnotationProcessor.SimpleCacheableAnnotationProcessor<T extends AnnotatedElement>| 构造器和说明 |
|---|
MethodResultProcessAspect(org.springframework.beans.factory.BeanFactory beanFactory) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterReturning(org.aspectj.lang.JoinPoint joinPoint,
Object result) |
protected String |
getProcessorId(Method annotatedElement,
Object target,
ProcessConfig annotation)
获取处理器id
|
execute, getProcessor, parseAnnotation, processpublic MethodResultProcessAspect(org.springframework.beans.factory.BeanFactory beanFactory)
public void afterReturning(org.aspectj.lang.JoinPoint joinPoint,
Object result)
protected String getProcessorId(Method annotatedElement, Object target, ProcessConfig annotation)
CacheableAnnotationProcessorgetProcessorId 在类中 CacheableAnnotationProcessor<Method>annotatedElement - 注解元素target - 待处理器对象annotation - 注解Copyright © 2022. All rights reserved.