Uses of Interface
org.springframework.beans.factory.parsing.ParseState.Entry
Packages that use ParseState.Entry
Package
Description
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
Support infrastructure for bean definition parsing.
-
Uses of ParseState.Entry in org.springframework.aop.config
Classes in org.springframework.aop.config that implement ParseState.EntryModifier and TypeClassDescriptionclassParseStateentry representing an advice element.classParseStateentry representing an advisor.classParseStateentry representing an aspect.classParseStateentry representing a pointcut. -
Uses of ParseState.Entry in org.springframework.beans.factory.parsing
Classes in org.springframework.beans.factory.parsing that implement ParseState.EntryModifier and TypeClassDescriptionclassParseStateentry representing a bean definition.classParseStateentry representing a (possibly indexed) constructor argument.classParseStateentry representing a JavaBean property.classParseStateentry representing an autowire candidate qualifier.Methods in org.springframework.beans.factory.parsing that return ParseState.EntryModifier and TypeMethodDescriptionParseState.peek()Return theParseState.Entrycurrently at the top of theArrayDequeornullif theArrayDequeis empty.Methods in org.springframework.beans.factory.parsing with parameters of type ParseState.EntryModifier and TypeMethodDescriptionvoidParseState.push(ParseState.Entry entry) Add a newParseState.Entryto theArrayDeque.