Class PropertyNamingStrategies.LowerCaseStrategy

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

    public static class PropertyNamingStrategies.LowerCaseStrategy
    extends PropertyNamingStrategies.NamingBase
    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".
    See Also:
    Serialized Form