接口 Invocation

    • 方法详细资料

      • getMethodName

         getMethodName()
        get method name.
        返回:
        method name.
      • getParameterTypes

        <?>[] getParameterTypes()
        get parameter types.
        返回:
        parameter types.
      • getArguments

        [] getArguments()
        get arguments.
        返回:
        arguments.
      • getAttachments

        <,​> getAttachments()
        get attachments.
        返回:
        attachments.
      • getAttachment

         getAttachment​( key)
        get attachment by key.
        返回:
        attachment value.
      • getAttachment

         getAttachment​( key,
                              defaultValue)
        get attachment by key with default value.
        返回:
        attachment value.
      • getInvoker

        Invoker<?> getInvoker()
        get the invoker in current context.
        返回:
        invoker.
      • put

         put​( key,
                    value)
      • get

         get​( key)
      • getAttributes

        <,​> getAttributes()