public static class CacheableAnnotationProcessor.SimpleCacheableAnnotationProcessor<T extends AnnotatedElement> extends CacheableAnnotationProcessor<T>
CacheableAnnotationProcessor.Processor, CacheableAnnotationProcessor.SimpleCacheableAnnotationProcessor<T extends AnnotatedElement>| 构造器和说明 |
|---|
SimpleCacheableAnnotationProcessor(org.springframework.beans.factory.BeanFactory beanFactory,
Function<T,String> idMapper) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
getProcessorId(T annotatedElement,
Object target,
ProcessConfig annotation)
获取处理器id
|
execute, getProcessor, parseAnnotation, processprotected String getProcessorId(T annotatedElement, Object target, ProcessConfig annotation)
CacheableAnnotationProcessorgetProcessorId 在类中 CacheableAnnotationProcessor<T extends AnnotatedElement>annotatedElement - 注解元素target - 待处理器对象annotation - 注解Copyright © 2022. All rights reserved.