Class CamelCaseCompressor
- java.lang.Object
-
- org.opennms.netmgt.collectd.prometheus.CamelCaseCompressor
-
public class CamelCaseCompressor extends java.lang.Object
Method for reducing the length of camelFormattedStrings while attempting to preserve the structure and meaning.- Author:
- jwhite
-
-
Constructor Summary
Constructors Constructor Description CamelCaseCompressor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
compress(java.lang.String input, int maxLen)
-