- java.lang.Object
-
- io.vertx.codegen.format.Case
-
- io.vertx.codegen.format.LowerCamelCase
-
public class LowerCamelCase extends Case
Camel case starting with a lower case, for instance fooBar.- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description LowerCamelCase()
-
-
-
Field Detail
-
INSTANCE
public static final Case INSTANCE
ALowerCamelCaseinstance.
-
-