public interface PropertyDescriptorFactory
Modifier and Type | Method and Description |
---|---|
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() |
Class<?> valueType()
Map<String,Boolean> expectedFields()
PropertyDescriptor<?> createWith(Map<String,String> valuesById)
valuesById
- Copyright © 2002-2013 InfoEther. All Rights Reserved.