public class PropertyEntry extends Object implements ParseState.Entry
ParseState entry representing a JavaBean property.| Constructor and Description | 
|---|
| PropertyEntry(String name)Creates a new instance of the  PropertyEntryclass. | 
public PropertyEntry(String name)
PropertyEntry class.name - the name of the JavaBean property represented by this instanceIllegalArgumentException - if the supplied name is null
 or consists wholly of whitespace