类 ReflectiveTypeFinder

    • 构造器详细资料

    • 方法详细资料

      • canObtainExpectedTypeFrom

        protected boolean canObtainExpectedTypeFrom​(Method method)
        参数:
        method - The method to examine.
        返回:
        true if this method references the relevant type
      • expectedTypeFrom

        protected Class<?> expectedTypeFrom​(Method method)
        参数:
        method - The method from which to extract
        返回:
        The type we're looking for