Uses of Interface
org.aoju.bus.core.scanner.Synthesized
Packages that use Synthesized
-
Uses of Synthesized in org.aoju.bus.core.scanner
Classes in org.aoju.bus.core.scanner that implement SynthesizedMethods in org.aoju.bus.core.scanner with type parameters of type SynthesizedModifier and TypeMethodDescription<T extends Synthesized>
TSynthesizedSelector.choose(T oldAnnotation, T newAnnotation) 比较两个被合成的注解,选择其中的一个并返回<T extends Synthesized>
TSynthesizedSelector.FarthestAndNewestPrioritySelector.choose(T oldAnnotation, T newAnnotation) <T extends Synthesized>
TSynthesizedSelector.FarthestAndOldestPrioritySelector.choose(T oldAnnotation, T newAnnotation) <T extends Synthesized>
TSynthesizedSelector.NearestAndNewestPrioritySelector.choose(T oldAnnotation, T newAnnotation) <T extends Synthesized>
TSynthesizedSelector.NearestAndOldestPrioritySelector.choose(T oldAnnotation, T newAnnotation) Methods in org.aoju.bus.core.scanner that return SynthesizedModifier and TypeMethodDescriptionSynthetic.getSynthesizedAnnotation(Class<?> annotationType) 获取已合成的注解SyntheticMeta.getSynthesizedAnnotation(Class<?> annotationType) 获取已合成的注解Method parameters in org.aoju.bus.core.scanner with type arguments of type SynthesizedModifier and TypeMethodDescription<T> TCacheableProcessor.getAttributeValue(String attributeName, Class<T> attributeType, Collection<? extends Synthesized> synthesizedAnnotations) <R> RSynthesizedProcessor.getAttributeValue(String attributeName, Class<R> attributeType, Collection<? extends Synthesized> synthesizedAnnotations) 从一批被合成注解中,获取指定名称与类型的属性值Constructor parameters in org.aoju.bus.core.scanner with type arguments of type SynthesizedModifierConstructorDescriptionCacheableProcessor(Comparator<Synthesized> annotationComparator) 创建一个带缓存的注解值选择器