类 RepeatableContainers.ExplicitRepeatableContainer
java.lang.Object
cn.taketoday.core.annotation.RepeatableContainers
cn.taketoday.core.annotation.RepeatableContainers.ExplicitRepeatableContainer
- 封闭类:
- RepeatableContainers
A single explicit mapping.
-
字段概要
字段修饰符和类型字段说明private final Class<? extends Annotation>private final Class<? extends Annotation>private final Method从类继承的字段 cn.taketoday.core.annotation.RepeatableContainers
cache, NONE -
构造器概要
构造器构造器说明ExplicitRepeatableContainer(RepeatableContainers parent, Class<? extends Annotation> repeatable, Class<? extends Annotation> container) -
方法概要
修饰符和类型方法说明private Class<? extends Annotation>deduceContainer(Class<? extends Annotation> repeatable) boolean(专用程序包) Annotation[]findRepeatedAnnotations(Annotation annotation) inthashCode()从类继承的方法 cn.taketoday.core.annotation.RepeatableContainers
and, none, standard, valueOf
-
字段详细资料
-
repeatable
-
container
-
valueMethod
-
-
构造器详细资料
-
ExplicitRepeatableContainer
ExplicitRepeatableContainer(@Nullable RepeatableContainers parent, Class<? extends Annotation> repeatable, @Nullable Class<? extends Annotation> container)
-
-
方法详细资料
-
deduceContainer
-
findRepeatedAnnotations
-
equals
- 覆盖:
equals在类中RepeatableContainers
-
hashCode
public int hashCode()- 覆盖:
hashCode在类中RepeatableContainers
-