()
| 232 | } |
| 233 | |
| 234 | @Override |
| 235 | public String toString() { |
| 236 | return this.templateChunks.stream().map(TemplateChunk::getValue).collect(Collectors.joining()); |
| 237 | } |
| 238 | |
| 239 | public boolean encodeLiteral() { |
| 240 | return encode.isEncodingRequired(); |
no test coverage detected