Interface EnhancedAnnotatedMethod<T,​X>

    • Method Detail

      • getParameterTypesAsArray

        Class<?>[] getParameterTypesAsArray()
        Get the parameter types as an array
      • getPropertyName

        String getPropertyName()
        Gets the property name
        Returns:
        The name
      • isEquivalent

        boolean isEquivalent​(Method method)
        Checks if a this is equivalent to a JLR method
        Parameters:
        method - The JLR method
        Returns:
        true if equivalent