类 RepeatableContainers.StandardRepeatableContainers
java.lang.Object
cn.taketoday.core.annotation.RepeatableContainers
cn.taketoday.core.annotation.RepeatableContainers.StandardRepeatableContainers
- 所有已实现的接口:
Function<Class<? extends Annotation>,Object>
- 封闭类:
- RepeatableContainers
private static class RepeatableContainers.StandardRepeatableContainers
extends RepeatableContainers
implements Function<Class<? extends Annotation>,Object>
Standard
RepeatableContainers implementation that searches using
Java's @Repeatable annotation.-
字段概要
字段修饰符和类型字段说明private static final RepeatableContainers.StandardRepeatableContainersprivate static final Object从类继承的字段 cn.taketoday.core.annotation.RepeatableContainers
cache -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明apply(Class<? extends Annotation> annotationType) private static ObjectcomputeRepeatedAnnotationsMethod(Class<? extends Annotation> annotationType) (专用程序包) Annotation[]findRepeatedAnnotations(Annotation annotation) private MethodgetRepeatedAnnotationsMethod(Class<? extends Annotation> annotationType)
-
字段详细资料
-
NONE
-
INSTANCE
-
-
构造器详细资料
-
StandardRepeatableContainers
StandardRepeatableContainers()
-
-
方法详细资料
-
findRepeatedAnnotations
-
getRepeatedAnnotationsMethod
-
apply
- 指定者:
apply在接口中Function<Class<? extends Annotation>,Object>
-
computeRepeatedAnnotationsMethod
-