Class LowerCaseWithDashesStrategy

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

    public class LowerCaseWithDashesStrategy
    extends LowerCaseStrategy
    Lower case with dashes
         myPropertyName -> my-property-name
     
    Author:
    Roman Grigoriadi
    • Field Detail

      • SEPARATOR

        public final Character SEPARATOR
    • Constructor Detail

      • LowerCaseWithDashesStrategy

        public LowerCaseWithDashesStrategy()