public class GenUtility extends Object
| Constructor and Description |
|---|
GenUtility() |
| Modifier and Type | Method and Description |
|---|---|
static String |
capTheName(String value) |
static String |
dotNameToCamelCase(String in)
This method takes a dot name, for example app.event.explosion and turns it into a camel
case string like: AppEventExplosion
|
Copyright © 2019. All rights reserved.