public interface StructuredPropertyEditor
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
assemble(java.lang.Class type,
java.util.Map fieldValues)
Assemble and bind a property value from the specified fieldValues and the given type
|
java.util.List |
getOptionalFields() |
java.util.List |
getRequiredFields() |
java.util.List getRequiredFields()
java.util.List getOptionalFields()
java.lang.Object assemble(java.lang.Class type,
java.util.Map fieldValues)
throws java.lang.IllegalArgumentException
type - The typefieldValues - The field valuesjava.lang.IllegalArgumentException - Thrown in one of the field values is illegal