org.compass.core.converter |
|
Java Source File Name | Type | Comment |
ConversionException.java | Class | Represents an error during the conversion process between a
Resource and an Object . |
Converter.java | Interface | A converter is responsible for performing conversion between the actual
object and the resource. |
ConverterLookup.java | Interface | Provides the ability to lookup a converter based on it's type. |
DefaultConverterLookup.java | Class | Acts as a Converter registry based on all the converters
supplied in the module. |
DelegateConverter.java | Interface | A
Converter that delegates to another
Converter . |
ResourcePropertyConverter.java | Interface | A specialized converter that can convert to and from strings as well. |