Uses of Interface
org.aoju.bus.core.scanner.SynthesizedProcessor
Packages that use SynthesizedProcessor
-
Uses of SynthesizedProcessor in org.aoju.bus.core.scanner
Classes in org.aoju.bus.core.scanner that implement SynthesizedProcessorModifier and TypeClassDescriptionclass带缓存功能的SynthesizedProcessor实现, 构建时需要传入比较器,获取属性值时将根据比较器对合成注解进行排序, 然后选择具有所需属性的,排序最靠前的注解用于获取属性值Methods in org.aoju.bus.core.scanner that return SynthesizedProcessorModifier and TypeMethodDescriptionSynthetic.getAttributeProcessor()获取合成注解属性处理器SyntheticMeta.getAttributeProcessor()获取合成注解属性处理器Constructors in org.aoju.bus.core.scanner with parameters of type SynthesizedProcessorModifierConstructorDescriptionSyntheticMeta(Annotation annotation, SynthesizedSelector annotationSelector, SynthesizedProcessor attributeProcessor) 基于指定根注解,为其层级结构中的全部注解构造一个合成注解