接口的使用
cn.taketoday.core.annotation.ValueExtractor
使用ValueExtractor的程序包
程序包
说明
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
-
cn.taketoday.core.annotation中ValueExtractor的使用
修饰符和类型方法说明private static booleanAnnotationTypeMapping.areEquivalent(Annotation annotation, Object extractedValue, ValueExtractor valueExtractor) private static booleanAnnotationTypeMapping.areEquivalent(Object value, Object extractedValue, ValueExtractor valueExtractor) private static <A extends Annotation>
TypeMappedAnnotation<A>TypeMappedAnnotation.createIfPossible(AnnotationTypeMapping mapping, Object source, Object rootAttribute, ValueExtractor valueExtractor, int aggregateIndex, IntrospectionFailureLogger logger) (专用程序包) booleanAnnotationTypeMapping.isEquivalentToDefaultValue(int attributeIndex, Object value, ValueExtractor valueExtractor) Determine if the specified value is equivalent to the default value of the attribute at the given index.private static booleanAnnotationTypeMapping.isEquivalentToDefaultValue(Method attribute, Object value, ValueExtractor valueExtractor) (专用程序包) <A> intAnnotationTypeMapping.MirrorSets.MirrorSet.resolve(Object source, A annotation, ValueExtractor valueExtractor) (专用程序包) int[]AnnotationTypeMapping.MirrorSets.resolve(Object source, Object annotation, ValueExtractor valueExtractor) 参数类型为ValueExtractor的cn.taketoday.core.annotation中的构造器限定符构造器说明privateTypeMappedAnnotation(AnnotationTypeMapping mapping, ClassLoader classLoader, Object source, Object rootAttributes, ValueExtractor valueExtractor, int aggregateIndex) privateTypeMappedAnnotation(AnnotationTypeMapping mapping, ClassLoader classLoader, Object source, Object rootAnnotation, ValueExtractor valueExtractor, int aggregateIndex, boolean useMergedValues, Predicate<String> attributeFilter, int[] resolvedRootMirrors, int[] resolvedMirrors) privateTypeMappedAnnotation(AnnotationTypeMapping mapping, ClassLoader classLoader, Object source, Object rootAttributes, ValueExtractor valueExtractor, int aggregateIndex, int[] resolvedRootMirrors)