Class PropertyNamerDLC

java.lang.Object
org.apache.juneau.PropertyNamerDLC
All Implemented Interfaces:
PropertyNamer

public final class PropertyNamerDLC extends Object implements PropertyNamer
Converts property names to dashed-lower-case format.
Example:
  • "fooBar" -> "foo-bar"
  • "fooBarURL" -> "foo-bar-url"
  • "FooBarURL" -> "foo-bar-url"
See Also: