Package org.apache.camel.maven.packaging
Class SchemaHelper
- java.lang.Object
-
- org.apache.camel.maven.packaging.SchemaHelper
-
public final class SchemaHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
camelCaseToDash(String text)
Converts the string from camel case into dash format (helloGreatWorld -> hello-great-world)static String
dashToCamelCase(String text)
Converts the string from dash format into camel case (hello-great-world -> helloGreatWorld)
-