クラス ControlBusCommandRegistry.CommandMethod

java.lang.ObjectSE
org.springframework.integration.support.management.ControlBusCommandRegistry.CommandMethod
含まれているクラス:
ControlBusCommandRegistry

public static final class ControlBusCommandRegistry.CommandMethod extends ObjectSE
制御バスコマンドをパラメーター型を持つ Bean メソッドとして表す Java Bean。
導入:
6.4
作成者:
Artem Bilan
  • メソッドの詳細

    • getBeanName

      public StringSE getBeanName()
    • getMethodName

      public StringSE getMethodName()
    • getParameterTypes

      public ClassSE<?>[] getParameterTypes()
    • getDescription

      public StringSE getDescription()
    • hashCode

      public int hashCode()
      オーバーライド:
      クラス ObjectSEhashCode 
    • equals

      public boolean equals(ObjectSE o)
      オーバーライド:
      クラス ObjectSEequalsSE