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 pattern, String locale, 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
           
 



Apache CAMEL