org.compass.core.config.process
Class PropertyAccessorMappingProcessor
java.lang.Object
org.compass.core.config.process.PropertyAccessorMappingProcessor
- All Implemented Interfaces:
- MappingProcessor
public class PropertyAccessorMappingProcessor
- extends Object
- implements MappingProcessor
Goes through each ClassMapping and resolves
its reflection settings (constructor, getter, setter, and object class).
Since this processor happens before the flattening of the mappings, it is not
required to follow the ref aliases for component and reference mappings.
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyAccessorMappingProcessor
public PropertyAccessorMappingProcessor()
process
public CompassMapping process(CompassMapping compassMapping,
PropertyNamingStrategy namingStrategy,
ConverterLookup converterLookup,
CompassSettings settings)
throws MappingException
- Specified by:
process in interface MappingProcessor
- Throws:
MappingException
Copyright (c) 2004-2008 The Compass Project.