Interface MethodIntrospector.MetadataLookup<T>

    • Method Detail

      • inspect

        T inspect​(Method method)
        Perform a lookup on the given method and return associated metadata, if any.
        Parameters:
        method - the method to inspect
        Returns:
        non-null metadata to be associated with a method if there is a match, or null for no match