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 |
java.lang.String |
getPattern()
Method used to retrieve the pattern for the format |
| Methods inherited from interface org.apache.camel.dataformat.bindy.Format |
format, parse |
getPattern
java.lang.String getPattern()
- Method used to retrieve the pattern for the format
- Returns:
- String the pattern
Apache CAMEL