Class TextUtil.DefaultToTitleTransformer

  • All Implemented Interfaces:
    FSTextTransformer
    Enclosing class:
    TextUtil

    public static class TextUtil.DefaultToTitleTransformer
    extends java.lang.Object
    implements FSTextTransformer
    A best effort implementation of title casing. Use the implementation in the rtl-support module for better results.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String transform​(java.lang.String in)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultToTitleTransformer

        public DefaultToTitleTransformer()
    • Method Detail