class |
AbstractURIStringLiteralConverter |
An abstract converter that converts a URI from and to a string literal, correctly resolving relative URIs.
|
class |
BaseURIStringLiteralConverter |
A URI converter that resolves relative URIs to some base URI.
|
class |
BooleanStringLiteralConverter |
A converter that converts a Boolean from and to a string literal.
|
class |
CharArrayStringLiteralConverter |
A converter that converts a char[] from and to a string literal.
|
class |
DefaultStringLiteralConverter<V> |
A converter that converts any object to a string literal using its Object.toString() method.
|
class |
DefaultURIStringLiteralConverter |
A URI converter that allows any URI allowed by the URI class, even relative URIs.
|
class |
EmailAddressStringLiteralConverter |
A converter that converts an EmailAddress from and to a string literal.
|
class |
PathURIStringLiteralConverter |
A URI converter that interprets relative URIs as path URIs with the "path" scheme.
|
class |
PlainIntegerStringLiteralConverter |
A converter that converts an Integer from and to a string literal with no delimiters.
|
class |
PlainLongStringLiteralConverter |
A converter that converts a Long from and to a string literal with no delimiters.
|
class |
StringStringLiteralConverter |
A converter that converts a String from and to a string literal.
|
class |
TelephoneNumberStringLiteralConverter |
A converter that converts a TelephoneNumber from and to a string literal.
|