Package com.guiseframework.converter

Interface Summary
Converter<V,L> Indicates an object that can convert a value from and to its lexical form.
NumberStringLiteralConverter<V extends Number> Indicates an object that can convert a number from and to a string.
 

Class Summary
AbstractConverter<V,L> An abstract implementation an object that can convert a value from and to its lexical form.
AbstractDateStringLiteralConverter<V> An object that can convert a date object from and to a string.
AbstractNumberStringLiteralConverter<V extends Number> An abstract implementation an object that can convert a number from and to a string.
AbstractStringLiteralConverter<V> An abstract implementation an object that can convert a value from and to a string.
AbstractURIStringLiteralConverter An abstract converter that converts a URI from and to a string literal, correctly resolving relative URIs.
BaseURIStringLiteralConverter A URI converter that resolves relative URIs to some base URI.
BooleanStringLiteralConverter A converter that converts a Boolean from and to a string literal.
CalendarStringLiteralConverter An object that can convert a calendar from and to a string.
CharArrayStringLiteralConverter A converter that converts a char[] from and to a string literal.
DateStringLiteralConverter An object that can convert a date/time from and to a string.
DefaultStringLiteralConverter<V> A converter that converts any object to a string literal using its Object.toString() method.
DefaultURIStringLiteralConverter A URI converter that allows any URI allowed by the URI class, even relative URIs.
DoubleStringLiteralConverter A converter that converts a Double from and to a string literal.
EmailAddressStringLiteralConverter A converter that converts an EmailAddress from and to a string literal.
FloatStringLiteralConverter A converter that converts a Float from and to a string literal.
IntegerStringLiteralConverter A converter that converts an Integer from and to a string literal.
LocaleStringLiteralConverter An object that can convert a locale to a string using the current locale.
LongStringLiteralConverter A converter that converts a Long from and to a string literal.
PathURIStringLiteralConverter A URI converter that interprets relative URIs as path URIs with the scheme.
PlainIntegerStringLiteralConverter A converter that converts an Integer from and to a string literal with no delimiters.
PlainLongStringLiteralConverter A converter that converts a Long from and to a string literal with no delimiters.
RDFURIStringLiteralConverter A converter that converts a URI from and to a string literal.
StringStringLiteralConverter A converter that converts a String from and to a string literal.
TelephoneNumberStringLiteralConverter A converter that converts a TelephoneNumber from and to a string literal.
 

Enum Summary
DateStringLiteralStyle The style of a date in its string literal form.
LocaleStringLiteralStyle The style of a date in its string literal form.
NumberStringLiteralConverter.Style The style of the number in its literal form.
TimeStringLiteralStyle The style of a time in its string literal form.
 

Exception Summary
ConversionException Exception representing a conversion error.
 



Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.