Class PlainText

java.lang.Object
io.jstach.jstachio.escapers.PlainText

@JStacheContentType(mediaType="text/plain") public final class PlainText extends Object
Provides NOOP escaper for working with plain text.
Author:
Victor Nazarov, agentgt
  • Method Details

    • provider

      public static Escaper provider()
      Provides the escaper for static lookup.
      Returns:
      noop like escaper singleton
    • of

      public static Escaper of()
      Provides the escaper for static lookup.
      Returns:
      noop like escaper singleton