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 Detail

      • getPattern

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