public final class Utils extends Object
| Modifier and Type | Method and Description |
|---|---|
static io.vertx.core.json.JsonObject |
camelCaseKeys(io.vertx.core.json.JsonObject json) |
static <T> Optional<T> |
getFirstElement(List<T> list) |
static String |
toCamelCase(String word) |
static String |
toCamelCase(String word,
String separator) |
Copyright © 2021. All rights reserved.