| Package | Description |
|---|---|
| org.springframework.beans.factory.parsing |
Support infrastructure for bean definition parsing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanEntry
ParseState entry representing a bean definition. |
class |
ConstructorArgumentEntry
ParseState entry representing a (possibly indexed)
constructor argument. |
class |
PropertyEntry
ParseState entry representing a JavaBean property. |
class |
QualifierEntry
ParseState entry representing an autowire candidate qualifier. |
| Modifier and Type | Method and Description |
|---|---|
ParseState.Entry |
ParseState.peek()
Return the
ParseState.Entry currently at the top of the ArrayDeque or
null if the ArrayDeque is empty. |
| Modifier and Type | Method and Description |
|---|---|
void |
ParseState.push(ParseState.Entry entry)
Add a new
ParseState.Entry to the ArrayDeque. |