Class PropertyNamerDUCS

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

public final class PropertyNamerDUCS extends Object implements PropertyNamer
Converts property names to dashed-upper-case-start format.
Example:
  • "fooBar" -> "Foo-Bar"
  • "fooBarURL" -> "Foo-Bar-Url"
  • "FooBarURL" -> "Foo-Bar-Url"
See Also: