|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyDescriptorFactory
A factory to create PropertyDescriptors based on a map of values.
| Method Summary | |
|---|---|
PropertyDescriptor<?> |
createWith(Map<String,String> valuesById)
Create a property descriptor of the appropriate type using the values provided. |
Map<String,Boolean> |
expectedFields()
Denote the identifiers of the expected fields paired with booleans denoting whether they are required (non-null) or not. |
Class<?> |
valueType()
The type of the value of the PropertyDescriptor created by this
factory. |
| Method Detail |
|---|
Class<?> valueType()
PropertyDescriptor created by this
factory.
Map<String,Boolean> expectedFields()
PropertyDescriptor<?> createWith(Map<String,String> valuesById)
valuesById - the map of values
PropertyDescriptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||