Interface Formatter.Chain

Enclosing interface:
Formatter

@Deprecated(since="2024-07-10") public static interface Formatter.Chain
Deprecated.
com.github.jknack.handlebars package is deprecated and marked for removal in subsequent releases which will involve removal of the handlebars dependency in AEM.
Call the next formatter in the chain.
Since:
2.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    format(Object value)
    Deprecated.
    Ask the next formatter to process the value.
  • Method Details

    • format

      Object format(Object value)
      Deprecated.
      Ask the next formatter to process the value.
      Parameters:
      value - A value to format, not null.
      Returns:
      A formatted value, not null.