Class PropertyNamerULC

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

public final class PropertyNamerULC extends Object implements PropertyNamer
Converts property names to underscore-lower-case format.
Example:
  • "fooBar" -> "foo_bar"
  • "fooBarURL" -> "foo_bar_url"
  • "FooBarURL" -> "foo_bar_url"
See Also: