クラス MethodInvocationAdapter

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

@DeprecatedSE public final class MethodInvocationAdapter extends ObjectSE implements org.aopalliance.intercept.MethodInvocation
使用すべきではありません。
このクラスはパブリック API から削除されます。その置換については、` spring-security-aspects` の `JoinPointMethodInvocation` を参照してください
JoinPoint を装飾して、MethodInvocation インスタンスをサポートするメソッドセキュリティインフラストラクチャクラスで使用できるようにします。
導入:
3.0.3
  • メソッドの詳細

    • getMethod

      public MethodSE getMethod()
      使用すべきではありません。
      次で指定:
      インターフェース org.aopalliance.intercept.MethodInvocationgetMethod 
    • getArguments

      public ObjectSE[] getArguments()
      使用すべきではありません。
      次で指定:
      インターフェース org.aopalliance.intercept.InvocationgetArguments 
    • getStaticPart

      public AccessibleObjectSE getStaticPart()
      使用すべきではありません。
      次で指定:
      インターフェース org.aopalliance.intercept.JoinpointgetStaticPart 
    • getThis

      public ObjectSE getThis()
      使用すべきではありません。
      次で指定:
      インターフェース org.aopalliance.intercept.JoinpointgetThis 
    • proceed

      public ObjectSE proceed() throws ThrowableSE
      使用すべきではありません。
      次で指定:
      インターフェース org.aopalliance.intercept.Joinpointproceed 
      例外:
      ThrowableSE