类 AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer

java.lang.Object
infra.core.ParameterNameDiscoverer
infra.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer
封闭类:
AbstractAspectJAdvisorFactory

private static class AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer extends infra.core.ParameterNameDiscoverer
ParameterNameDiscoverer implementation that analyzes the arg names specified at the AspectJ annotation level.
  • 构造器详细资料

    • AspectJAnnotationParameterNameDiscoverer

      private AspectJAnnotationParameterNameDiscoverer()
  • 方法详细资料

    • getParameterNames

      @Nullable public String[] getParameterNames(Executable executable)
      覆盖:
      getParameterNames 在类中 infra.core.ParameterNameDiscoverer