java.lang.Object
io.pebbletemplates.pebble.extension.escaper.SafeString

public class SafeString extends Object
Wrap a string in this to mark the string as safe to ignore by the Escape extension.

Warning: The EscaperExtension will never escape a string that is wrapped with this class.

  • Field Details

    • content

      private final String content
  • Constructor Details

    • SafeString

      public SafeString(String content)
  • Method Details