public class PropertyEntry extends Object implements ParseState.Entry
ParseState entry representing a JavaBean property.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