Interface Mustache.Formatter

Enclosing class:
Mustache

public static interface Mustache.Formatter
Handles converting objects to strings when rendering templates.
  • Method Summary

    Modifier and Type
    Method
    Description
    format(Object value)
    Converts value to a CharSequence for inclusion in a template.
  • Method Details

    • format

      CharSequence format(Object value)
      Converts value to a CharSequence for inclusion in a template.