Package com.agfa.hap.sdo.mapper

Interface Summary
PropertyAccessor Interface that allows property values to be accessed in a generic way from any instance.
 

Class Summary
AbstractPropertyAccessor Abstract shell implementation for PropertyAccessor.
BeanPropertyAccessor PropertyAccessor that follows bean conventions (i.e.
BeanPropertyAccessorBuilder PropertyAccessorBuilder that uses Java Bean conventions to extract properties from an object.
DelegatingDataMapper<T>  
DelegatingPartialDataObjectMapper<T>  
ExtendablePropertyAccessorBuilder PropertyAccessorBuilder that allows configuration of dedicated PropertyAccessor classes for properties.
FalsePropertyAccessor  
FilteringPartialDataObjectMapper ObjectMapper that always considers certain types to be proxies
JavaBeanMapper DataMapper that uses Java Bean conventions to access data on java classes.
ManyValuedBeanPropertyAccessor  
ManyValuedNullPropertyAccessor  
NullPropertyAccessor PropertyAccessor that allows returns null.
PartialDataObjectMapper Default implementation that only support object that are instances of PartialDataObject.
PropertyAccessorBuilder Factory class to build a map containing all PropertyAccessor instances for a given class.
TruePropertyAccessor  
TypeMapper Maps classes onto sdo Type instances.
 



Copyright © 2007. All Rights Reserved.