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 Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Character SEPARATOR  
      • Fields inherited from interface javax.json.bind.config.PropertyNamingStrategy

        CASE_INSENSITIVE, IDENTITY, LOWER_CASE_WITH_DASHES, LOWER_CASE_WITH_UNDERSCORES, UPPER_CAMEL_CASE, UPPER_CAMEL_CASE_WITH_SPACES
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected char getSeparator()
      Separator for replacing camel case.
      • Methods inherited from class java.lang.Object

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

      • SEPARATOR

        public final java.lang.Character SEPARATOR
    • Constructor Detail

      • LowerCaseWithDashesStrategy

        public LowerCaseWithDashesStrategy()