Interface PatternFormat<T>

All Superinterfaces:
Format<T>
All Known Implementing Classes:
NumberPatternFormat

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

    Modifier and Type
    Method
    Description
    Method used to retrieve the pattern for the format

    Methods inherited from interface org.apache.camel.dataformat.bindy.Format

    format, parse
  • Method Details

    • getPattern

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