public interface KeyConversionStrategy
| Modifier and Type | Method and Description |
|---|---|
String |
cover(String key) |
static KeyConversionStrategy |
hump2UnderscoreCapital() |
static KeyConversionStrategy |
hump2UnderscoreLower() |
static KeyConversionStrategy |
nothing() |
static KeyConversionStrategy hump2UnderscoreLower()
static KeyConversionStrategy hump2UnderscoreCapital()
static KeyConversionStrategy nothing()
Copyright © 2020. All rights reserved.