Uses of Interface
org.springframework.beans.factory.parsing.ParseState.Entry
Packages that use ParseState.Entry Package Description 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.Uses of ParseState.Entry in org.springframework.aop.config
Classes in org.springframework.aop.config that implement ParseState.Entry Modifier and Type Class Description classAdviceEntryParseStateentry representing an advice element.classAdvisorEntryParseStateentry representing an advisor.classAspectEntryParseStateentry representing an aspect.classPointcutEntryParseStateentry representing a pointcut.Uses of ParseState.Entry in org.springframework.beans.factory.parsing
Classes in org.springframework.beans.factory.parsing that implement ParseState.Entry Modifier and Type Class Description classBeanEntryParseStateentry representing a bean definition.classConstructorArgumentEntryParseStateentry representing a (possibly indexed) constructor argument.classPropertyEntryParseStateentry representing a JavaBean property.classQualifierEntryParseStateentry representing an autowire candidate qualifier.Methods in org.springframework.beans.factory.parsing that return ParseState.Entry Modifier and Type Method Description ParseState.EntryParseState. peek()Return theParseState.Entrycurrently at the top of theArrayDequeornullif theArrayDequeis empty.Methods in org.springframework.beans.factory.parsing with parameters of type ParseState.Entry Modifier and Type Method Description voidParseState. push(ParseState.Entry entry)Add a newParseState.Entryto theArrayDeque.