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