public interface NameFixer
| Modifier and Type | Field and Description |
|---|---|
static NameFixer |
CAMEL_LOWER |
static NameFixer |
CAMEL_UPPER |
| Modifier and Type | Method and Description |
|---|---|
String |
fixFirst(String name) |
String |
fixOthers(String name) |
Copyright © 2019 Mulesoft. All rights reserved.