Package org.springframework.core
Interface MethodIntrospector.MetadataLookup<T>
- Type Parameters:
T- the type of metadata returned
- Enclosing class:
- MethodIntrospector
public static interface MethodIntrospector.MetadataLookup<T>
A callback interface for metadata lookup on a given method.
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tinspect(Method method)Perform a lookup on the given method and return associated metadata, if any.