接口 ValueExtractor

函数接口:
这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。

@FunctionalInterface interface ValueExtractor
Strategy API for extracting a value for an annotation attribute from a given source object which is typically an Annotation, Map, or TypeMappedAnnotation.
从以下版本开始:
4.0
作者:
Sam Brannen
  • 方法概要

    修饰符和类型
    方法
    说明
    extract(Method attribute, Object object)
    Extract the annotation attribute represented by the supplied Method from the supplied source Object.