Uses of Interface
org.springframework.beans.factory.parsing.ParseState.Entry
Packages that use ParseState.Entry
Package
Description
Support infrastructure for bean definition parsing.
-
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.