Package org.loom.converter

Interface Summary
AnnotationDrivenConverterFactory<T extends Annotation> Factory of Converter instances driven by the use of annotations on the affected property
Converter Makes the conversion between text and the java object that will be populated.
ConverterFactory Converter factory
FileParameterConverter Converts an uploaded file
LocaleUnawareConverter Interface implemented by those Converters that are not aware of the input locale, so they will return the same converted value for the same input string no matter which locale is selected by the user.
MaxLengthAwareConverter A converter that knows the maximum length expected for any input
 

Class Summary
AbstractConverter  
AbstractDecimalConverter  
AbstractFormatConverter Converter that is based in a Format
AbstractSimpleConverter Default implementation of a Converter that returns a locale-independant conversion that may never produce a conversion error.
AbstractSimpleNumberConverter number format that is not locale-dependant (integer, long, etc)
AbstractStringConverter A class that must be able to perform the conversion from and to a String value.
BigDecimalConverter  
BooleanConverter  
ByteConverter  
CharacterConverter  
ConverterMetadataConverterFactory  
DefaultConverterFactory  
DoubleConverter  
EnumConverter<T extends Enum<T>> Converter for any enum class.
IntegerConverter  
JsonConverter Converts to/from a JSON representation of the given Object
JsonConverterFactory  
LongConverter  
NullConverter Class used as a null substitute.
ShortConverter  
StringConverter