|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Format | |
|---|---|
| org.apache.camel.dataformat.bindy | |
| org.apache.camel.dataformat.bindy.format | |
| Uses of Format in org.apache.camel.dataformat.bindy |
|---|
| Subinterfaces of Format in org.apache.camel.dataformat.bindy | |
|---|---|
interface |
PatternFormat<T>
The PatternFormat extends the format interface and allows to retrieve the pattern linked to a format (Date, Double, ...) |
| Methods in org.apache.camel.dataformat.bindy that return Format | |
|---|---|
static Format<?> |
FormatFactory.getFormat(Class<?> clazz,
String pattern,
int precision)
Retrieves the format to use for the given type |
| Methods in org.apache.camel.dataformat.bindy with parameters of type Format | |
|---|---|
String |
BindyAbstractFactory.formatString(Format format,
Object value)
Format the object into a string according to the format rue defined |
| Uses of Format in org.apache.camel.dataformat.bindy.format |
|---|
| Classes in org.apache.camel.dataformat.bindy.format that implement Format | |
|---|---|
class |
BigDecimalFormat
|
class |
BigIntegerFormat
|
class |
ByteFormat
|
class |
BytePatternFormat
|
class |
CharacterFormat
|
class |
DatePatternFormat
|
class |
DoubleFormat
|
class |
DoublePatternFormat
|
class |
FloatFormat
|
class |
FloatPatternFormat
|
class |
IntegerFormat
|
class |
IntegerPatternFormat
|
class |
LongFormat
|
class |
LongPatternFormat
|
class |
NumberPatternFormat<T>
|
class |
ShortFormat
|
class |
ShortPatternFormat
|
class |
StringFormat
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||