T - the type of metadata returned@FunctionalInterface
public static interface MethodIntrospector.MetadataLookup<T>
| Modifier and Type | Method and Description |
|---|---|
T |
inspect(java.lang.reflect.Method method)
Perform a lookup on the given method and return associated metadata, if any.
|