接口 ServiceDescriptor

    • 方法详细资料

      • getInterfaceName

        String getInterfaceName()
      • getServiceInterfaceClass

        Class<?> getServiceInterfaceClass()
      • getMethod

        MethodDescriptor getMethod​(String methodName,
                                   String params)
        Does not use Optional as return type to avoid potential performance decrease.
        参数:
        methodName -
        params -
        返回:
      • getMethod

        MethodDescriptor getMethod​(String methodName,
                                   Class<?>[] paramTypes)
        Does not use Optional as return type to avoid potential performance decrease.
        参数:
        methodName -
        paramTypes -
        返回:
        methodDescriptor