org.apache.camel.dataformat.bindy
Interface PatternFormat<T>

All Superinterfaces:
Format<T>
All Known Implementing Classes:
BytePatternFormat, DatePatternFormat, DoublePatternFormat, FloatPatternFormat, IntegerPatternFormat, LongPatternFormat, NumberPatternFormat, ShortPatternFormat

public interface PatternFormat<T>
extends Format<T>

The PatternFormat extends the format interface and allows to retrieve the pattern linked to a format (Date, Double, ...)


Method Summary
 String getPattern()
          Method used to retrieve the pattern for the format
 
Methods inherited from interface org.apache.camel.dataformat.bindy.Format
format, parse
 

Method Detail

getPattern

String getPattern()
Method used to retrieve the pattern for the format

Returns:
String the pattern


Apache CAMEL