クラス 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.MethodInvocation 内の getMethod 
    • getArguments

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

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

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

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