类 ProxyFactoryBean.PrototypePlaceholderAdvisor

java.lang.Object
infra.aop.framework.ProxyFactoryBean.PrototypePlaceholderAdvisor
所有已实现的接口:
Advisor, Serializable
封闭类:
ProxyFactoryBean

private static class ProxyFactoryBean.PrototypePlaceholderAdvisor extends Object implements Advisor, Serializable
Used in the interceptor chain where we need to replace a bean with a prototype on creating a proxy.
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • message

      private final String message
    • beanName

      private final String beanName
  • 构造器详细资料

    • PrototypePlaceholderAdvisor

      public PrototypePlaceholderAdvisor(String beanName)
  • 方法详细资料