public class

PropertyEntry

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

Class Overview

ParseState entry representing a JavaBean property.

Summary

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

Public Constructors

public PropertyEntry (String name)

Also: SpringBeans

Creates a new instance of the PropertyEntry class.

Parameters
name the name of the JavaBean property represented by this instance
Throws
IllegalArgumentException if the supplied name is null or consists wholly of whitespace

Public Methods

public String toString ()