Class FieldModifierImpl.AllCapsModifier

  • Enclosing class:
    FieldModifierImpl

    private static class FieldModifierImpl.AllCapsModifier
    extends FieldModifierImpl
    A field modifier that returns the field value converted to ALL CAPS. This is the default behavior for the "allCaps" modifier.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Locale locale  
    • Constructor Summary

      Constructors 
      Constructor Description
      AllCapsModifier​(java.util.Locale locale)  
    • Method Summary

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

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

      • locale

        private final java.util.Locale locale
    • Constructor Detail

      • AllCapsModifier

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