| Package | Description | 
|---|---|
| org.springframework.beans.factory.parsing | Support infrastructure for bean definition parsing. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BeanEntryParseStateentry representing a bean definition. | 
| class  | ConstructorArgumentEntryParseStateentry representing a (possibly indexed)
 constructor argument. | 
| class  | PropertyEntryParseStateentry representing a JavaBean property. | 
| class  | QualifierEntryParseStateentry representing an autowire candidate qualifier. | 
| Modifier and Type | Method and Description | 
|---|---|
| ParseState.Entry | ParseState. peek()Return the  ParseState.Entrycurrently at the top of theLinkedListornullif theLinkedListis empty. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ParseState. push(ParseState.Entry entry)Add a new  ParseState.Entryto theLinkedList. |