Class EntityNameFormatter

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

public class EntityNameFormatter extends Object implements Formatter<String>
Formatter for entity names, that capitalizes the first word and removes symbols.
  • Constructor Details

    • EntityNameFormatter

      public EntityNameFormatter()
  • Method Details