类 AspectJAdvisorBeanRegistrationAotProcessor
java.lang.Object
infra.aop.aspectj.annotation.AspectJAdvisorBeanRegistrationAotProcessor
- 所有已实现的接口:
infra.beans.factory.aot.BeanRegistrationAotProcessor
class AspectJAdvisorBeanRegistrationAotProcessor
extends Object
implements infra.beans.factory.aot.BeanRegistrationAotProcessor
An AOT
BeanRegistrationAotProcessor that detects the presence of
classes compiled with AspectJ and adds the related required field hints.- 从以下版本开始:
- 4.0
- 作者:
- Sebastien Deleuze, Harry Yang
-
嵌套类概要
嵌套类修饰符和类型类说明private static class -
字段概要
字段从接口继承的字段 infra.beans.factory.aot.BeanRegistrationAotProcessor
IGNORE_REGISTRATION_ATTRIBUTE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static booleancompiledByAjc(Class<?> clazz) infra.beans.factory.aot.BeanRegistrationAotContributionprocessAheadOfTime(infra.beans.factory.support.RegisteredBean registeredBean) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 infra.beans.factory.aot.BeanRegistrationAotProcessor
isBeanExcludedFromAotProcessing
-
字段详细资料
-
AJC_MAGIC
- 另请参阅:
-
aspectjPresent
private static final boolean aspectjPresent
-
-
构造器详细资料
-
AspectJAdvisorBeanRegistrationAotProcessor
AspectJAdvisorBeanRegistrationAotProcessor()
-
-
方法详细资料
-
processAheadOfTime
@Nullable public infra.beans.factory.aot.BeanRegistrationAotContribution processAheadOfTime(infra.beans.factory.support.RegisteredBean registeredBean) - 指定者:
processAheadOfTime在接口中infra.beans.factory.aot.BeanRegistrationAotProcessor
-
compiledByAjc
-