Package org.compass.core.converter

Interface Summary
Converter A converter is responsible for performing conversion between the actual object and the resource.
ConverterLookup Provides the ability to lookup a converter based on it's type.
DelegateConverter A Converter that delegates to another Converter.
ResourcePropertyConverter A specialized converter that can convert to and from strings as well.
 

Class Summary
DefaultConverterLookup Acts as a Converter registry based on all the converters supplied in the module.
MetaDataFormatDelegateConverter A metadata based format converter, that creates its own intenral format converter based on the format that it is initalized with.
 

Exception Summary
ConversionException Represents an error during the conversion process between a Resource and an Object.
 



Copyright (c) 2004-2006 The Compass Project.