Class SafeString
- java.lang.Object
-
- io.pebbletemplates.pebble.extension.escaper.SafeString
-
public class SafeString extends java.lang.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 Summary
Fields Modifier and Type Field Description private java.lang.String
content
-
Constructor Summary
Constructors Constructor Description SafeString(java.lang.String content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-