All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.pebbletemplates.pebble.extension.escaper.EscapingStrategy Maven / Gradle / Ivy

There is a newer version: 3.2.4
Show newest version
package io.pebbletemplates.pebble.extension.escaper;

public interface EscapingStrategy {

  String escape(String input);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy