クラス SimpleMethodInvocation

java.lang.ObjectSE
org.springframework.security.util.SimpleMethodInvocation
実装されたすべてのインターフェース:
org.aopalliance.intercept.Invocationorg.aopalliance.intercept.Joinpointorg.aopalliance.intercept.MethodInvocation

public class SimpleMethodInvocation extends ObjectSE implements org.aopalliance.intercept.MethodInvocation
AOP アライアンス MethodInvocation を表します。
  • コンストラクターの詳細

    • SimpleMethodInvocation

      public SimpleMethodInvocation(ObjectSE targetObject, MethodSE method, ObjectSE... arguments)
    • SimpleMethodInvocation

      public SimpleMethodInvocation()
  • メソッドの詳細

    • getArguments

      public ObjectSE[] getArguments()
      次で指定:
      インターフェース org.aopalliance.intercept.InvocationgetArguments 
    • getMethod

      public MethodSE getMethod()
      次で指定:
      インターフェース org.aopalliance.intercept.MethodInvocationgetMethod 
    • getStaticPart

      public AccessibleObjectSE getStaticPart()
      次で指定:
      インターフェース org.aopalliance.intercept.JoinpointgetStaticPart 
    • getThis

      public ObjectSE getThis()
      次で指定:
      インターフェース org.aopalliance.intercept.JoinpointgetThis 
    • proceed

      public ObjectSE proceed()
      次で指定:
      インターフェース org.aopalliance.intercept.Joinpointproceed 
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString