Class ParserLevelCommentTextReader

java.lang.Object
java.io.Reader
org.thymeleaf.templateparser.reader.BlockAwareReader
org.thymeleaf.templateparser.reader.ParserLevelCommentTextReader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable

public final class ParserLevelCommentTextReader extends BlockAwareReader
Since:
3.0.0
  • Field Details

    • PREFIX

      private static final char[] PREFIX
    • SUFFIX

      private static final char[] SUFFIX
  • Constructor Details

    • ParserLevelCommentTextReader

      public ParserLevelCommentTextReader(Reader reader)