
io.pebbletemplates.pebble.extension.escaper.EscapingStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pebble Show documentation
Show all versions of pebble Show documentation
Templating engine for Java.
package io.pebbletemplates.pebble.extension.escaper;
public interface EscapingStrategy {
String escape(String input);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy