Class ItemNameFormatter

java.lang.Object
com.djrapitops.plan.delivery.formatting.ItemNameFormatter
All Implemented Interfaces:
Formatter<String>, Function<String,String>

public class ItemNameFormatter extends Object implements Formatter<String>
Formatter for Item names, that capitalizes each part and separates them with spaces instead of underscores.