public class

BeanEntry

extends Object
implements ParseState.Entry
java.lang.Object
   ↳ org.springframework.beans.factory.parsing.BeanEntry

Class Overview

ParseState entry representing a bean definition.

Summary

Public Constructors
BeanEntry(String beanDefinitionName)
Creates a new instance of BeanEntry class.
Public Methods
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BeanEntry (String beanDefinitionName)

Also: SpringBeans

Creates a new instance of BeanEntry class.

Parameters
beanDefinitionName the name of the associated bean definition

Public Methods

public String toString ()