Uses of Interface
org.apache.camel.dataformat.bindy.Format

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 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
 

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 rule defined
 

Uses of Format in org.apache.camel.dataformat.bindy.format
 

Classes in org.apache.camel.dataformat.bindy.format that implement Format
 class AbstractNumberFormat<T extends Number>
           
 class BigDecimalFormat
           
 class BigIntegerFormat
           
 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