Package org.xwiki.properties.converter
-
Interface Summary Interface Description Converter<T> General purpose data type converter that can be registered and used within the frameworks likeConverterManager
andBeanManager
package to manage the conversion of objects from one type to another. -
Class Summary Class Description AbstractConverter<T> Helper base class for aConverter
component. -
Exception Summary Exception Description ConversionException A ConversionException indicates that a call toConverter.convert()
has failed to complete successfully.