接口的使用
org.springframework.beans.factory.parsing.ParseState.Entry
使用ParseState.Entry的程序包 程序包 说明 org.springframework.aop.config Support package for declarative AOP configuration, with XML schema being the primary configuration format.org.springframework.beans.factory.parsing Support infrastructure for bean definition parsing.org.springframework.aop.config中ParseState.Entry的使用
实现ParseState.Entry的org.springframework.aop.config中的类 修饰符和类型 类 说明 classAdviceEntryParseStateentry representing an advice element.classAdvisorEntryParseStateentry representing an advisor.classAspectEntryParseStateentry representing an aspect.classPointcutEntryParseStateentry representing a pointcut.org.springframework.beans.factory.parsing中ParseState.Entry的使用
实现ParseState.Entry的org.springframework.beans.factory.parsing中的类 修饰符和类型 类 说明 classBeanEntryParseStateentry representing a bean definition.classConstructorArgumentEntryParseStateentry representing a (possibly indexed) constructor argument.classPropertyEntryParseStateentry representing a JavaBean property.classQualifierEntryParseStateentry representing an autowire candidate qualifier.返回ParseState.Entry的org.springframework.beans.factory.parsing中的方法 修饰符和类型 方法 说明 ParseState.EntryParseState. peek()Return theParseState.Entrycurrently at the top of theArrayDequeornullif theArrayDequeis empty.参数类型为ParseState.Entry的org.springframework.beans.factory.parsing中的方法 修饰符和类型 方法 说明 voidParseState. push(ParseState.Entry entry)Add a newParseState.Entryto theArrayDeque.