Class PropertyNamingStrategy.LowerCaseStrategy

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    PropertyNamingStrategy

    public static class PropertyNamingStrategy.LowerCaseStrategy
    extends PropertyNamingStrategy.PropertyNamingStrategyBase
    Simple strategy where external name simply only uses lower-case characters, and no separators. Conversion from internal name like "someOtherValue" would be into external name if "someothervalue".
    Since:
    2.4
    See Also:
    Serialized Form