接口 MethodIntrospector.MetadataLookup<T>

    • 方法详细资料

      • inspect

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