Class PlaceholderReplacer

java.lang.Object
java.util.AbstractMap<String, Serializable>
java.util.HashMap<String, Serializable>
com.djrapitops.plan.delivery.formatting.PlaceholderReplacer
All Implemented Interfaces:
Formatter<String>, Serializable, Cloneable, Function<String,String>, Map<String, Serializable>

public class PlaceholderReplacer extends HashMap<String, Serializable> implements Formatter<String>
Formatter for replacing ${placeholder} values inside strings.
See Also:
  • Constructor Details

    • PlaceholderReplacer

      public PlaceholderReplacer()
  • Method Details