Class LowerCaseWithUnderscoresStrategy

  • All Implemented Interfaces:
    javax.json.bind.config.PropertyNamingStrategy

    public class LowerCaseWithUnderscoresStrategy
    extends LowerCaseStrategy
    Lower case with underscores
         myPropertyName -> my_property_name
     
    Author:
    Roman Grigoriadi
    • Field Detail

      • UNDERSCORE

        public static final Character UNDERSCORE
    • Constructor Detail

      • LowerCaseWithUnderscoresStrategy

        public LowerCaseWithUnderscoresStrategy()