Package | Description |
---|---|
org.apache.camel.dataformat.bindy | |
org.apache.camel.dataformat.bindy.format |
Modifier and Type | Interface and Description |
---|---|
interface |
PatternFormat<T>
The PatternFormat extends the format interface and allows to retrieve the
pattern linked to a format (Date, Double, ...)
|
Modifier and Type | Method and Description |
---|---|
static Format<?> |
FormatFactory.getFormat(Class<?> clazz,
String locale,
DataField data)
Retrieves the format to use for the given type
|
static Format<?> |
FormatFactory.getFormat(Class<?> clazz,
String locale,
KeyValuePairField data)
Retrieves the format to use for the given type
|
Modifier and Type | Method and Description |
---|---|
String |
BindyAbstractFactory.formatString(Format<?> format,
Object value)
Format the object into a string according to the format rule defined
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNumberFormat<T extends Number> |
class |
BigDecimalFormat |
class |
BigDecimalPatternFormat |
class |
BigIntegerFormat |
class |
BooleanFormat |
class |
ByteFormat |
class |
BytePatternFormat |
class |
CharacterFormat |
class |
DatePatternFormat |
class |
DoubleFormat |
class |
DoublePatternFormat |
class |
EnumFormat<T extends Enum<T>> |
class |
FloatFormat |
class |
FloatPatternFormat |
class |
IntegerFormat |
class |
IntegerPatternFormat |
class |
LongFormat |
class |
LongPatternFormat |
class |
NumberPatternFormat<T> |
class |
ShortFormat |
class |
ShortPatternFormat |
class |
StringFormat |
Apache Camel