Class MapPropertyAccessorFactory
- Object
- 
- MapPropertyAccessorFactory
 
- 
- All Implemented Interfaces:
- PropertyAccessorFactory
 
 public class MapPropertyAccessorFactory extends Object implements PropertyAccessorFactory APropertyAccessorFactorythat returns aPropertyAccessorcapable of evaluating single attribute names from aMap.- Author:
- Gabriel Roldan
 
- 
- 
Field Summary- 
Fields inherited from interface PropertyAccessorFactoryDEFAULT_PRIORITY, HIGHEST_PRIORITY, LOWEST_PRIORITY, NAMESPACE_CONTEXT
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapPropertyAccessorFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyAccessorcreatePropertyAccessor(Class type, String xpath, Class target, Hints hints)Creates a property accessor for a particular class.- 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface PropertyAccessorFactorygetPriority
 
- 
 
- 
- 
- 
Method Detail- 
createPropertyAccessorpublic PropertyAccessor createPropertyAccessor(Class type, String xpath, Class target, Hints hints) Creates a property accessor for a particular class.- Specified by:
- createPropertyAccessorin interface- PropertyAccessorFactory
- Parameters:
- type- The type of object to be accessed.
- xpath- The xpath expression to evaluate.
- target- The kind of result we are expecting (ie Geometry)
- hints- Hints to be used when creatign the accessor.
- Returns:
- The property accessor, or nullif this factory cannot create an accessor for the specified type.
 
 
- 
 
-