net.sourceforge.pmd
Interface PropertyDescriptorFactory
- All Known Implementing Classes:
- BasicPropertyDescriptorFactory
public interface PropertyDescriptorFactory
- Author:
- Brian Remedios
valueType
Class<?> valueType()
expectedFields
Map<String,Boolean> expectedFields()
- Denote the identifiers of the expected fields paired with booleans denoting whether they are
required (non-null) or not.
- Returns:
- Map
createWith
PropertyDescriptor<?> createWith(Map<String,String> valuesById)
- Create a property descriptor of the appropriate type using the values provided.
- Parameters:
valuesById
-
- Returns:
- PropertyDescriptor>
Copyright © 2002-2012 InfoEther. All Rights Reserved.