Class FieldModifierImpl.InitialCapModifier

  • Enclosing class:
    FieldModifierImpl

    private static class FieldModifierImpl.InitialCapModifier
    extends FieldModifierImpl
    A field modifier that returns the field value with the first letter of each word capitalized. This is the default behavior of the "initialCap" modifier.
    • Field Detail

      • locale

        private final java.util.Locale locale
      • TO_TITLE_WHOLE_STRING_NO_LOWERCASE

        private static final CaseMap.Title TO_TITLE_WHOLE_STRING_NO_LOWERCASE
    • Constructor Detail

      • InitialCapModifier

        public InitialCapModifier​(java.util.Locale locale)
    • Method Detail