public class PropertyEntry extends java.lang.Object implements ParseState.Entry
ParseState
entry representing a JavaBean property.Constructor and Description |
---|
PropertyEntry(java.lang.String name)
Creates a new instance of the
PropertyEntry class. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public PropertyEntry(java.lang.String name)
PropertyEntry
class.name
- the name of the JavaBean property represented by this instancejava.lang.IllegalArgumentException
- if the supplied name
is null
or consists wholly of whitespace