|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormatConverter | |
|---|---|
| org.compass.core.converter.basic | |
| org.compass.core.converter.basic.atomic | |
| org.compass.core.converter.dynamic | |
| org.compass.core.converter.extended | |
| Uses of FormatConverter in org.compass.core.converter.basic |
|---|
| Classes in org.compass.core.converter.basic that implement FormatConverter | |
|---|---|
class |
AbstractFormatConverter
A base class that can handle ThreadSafeFormat and provide formatting support. |
class |
AbstractNumberConverter
A base class for number based converters. |
class |
BigDecimalConverter
|
class |
BigIntegerConverter
|
class |
CalendarConverter
|
class |
DateConverter
Converts dates to String and vice versa. |
class |
DoubleConverter
|
class |
FloatConverter
|
class |
IntConverter
|
class |
LongConverter
|
class |
ShortConverter
|
| Methods in org.compass.core.converter.basic that return FormatConverter | |
|---|---|
FormatConverter |
FormatConverter.copy()
Returns a copy of the format converter. |
FormatConverter |
AbstractFormatConverter.copy()
|
| Uses of FormatConverter in org.compass.core.converter.basic.atomic |
|---|
| Classes in org.compass.core.converter.basic.atomic that implement FormatConverter | |
|---|---|
class |
AtomicIntConverter
|
class |
AtomicLongConverter
|
| Uses of FormatConverter in org.compass.core.converter.dynamic |
|---|
| Methods in org.compass.core.converter.dynamic with parameters of type FormatConverter | |
|---|---|
void |
DynamicConverter.setFormatConverter(FormatConverter formatConverter)
If the dynamic expression evaluates to a formatable object (like Date), the format converter that will be used to format it. |
void |
AbstractDynamicConverter.setFormatConverter(FormatConverter formatConverter)
|
| Uses of FormatConverter in org.compass.core.converter.extended |
|---|
| Classes in org.compass.core.converter.extended that implement FormatConverter | |
|---|---|
class |
SqlDateConverter
|
class |
SqlTimeConverter
|
class |
SqlTimestampConverter
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||