public class HelperUtils extends Object
Constructor and Description |
---|
HelperUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
convertList(List list) |
static <T> Map<String,T> |
convertMap(Map map) |
static <T> Set<T> |
convertSet(List list) |
static io.vertx.core.json.JsonArray |
convertStackTrace(Throwable cause) |
static <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> |
createHandler(io.vertx.core.eventbus.Message msg,
boolean includeDebugInfo) |
static io.vertx.core.Handler<io.vertx.core.AsyncResult<List<Character>>> |
createListCharHandler(io.vertx.core.eventbus.Message msg,
boolean includeDebugInfo) |
static <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<List<T>>> |
createListHandler(io.vertx.core.eventbus.Message msg,
boolean includeDebugInfo) |
static io.vertx.core.Handler<io.vertx.core.AsyncResult<Map<String,Character>>> |
createMapCharHandler(io.vertx.core.eventbus.Message msg,
boolean includeDebugInfo) |
static <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<Map<String,T>>> |
createMapHandler(io.vertx.core.eventbus.Message msg,
boolean includeDebugInfo) |
static io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Character>>> |
createSetCharHandler(io.vertx.core.eventbus.Message msg,
boolean includeDebugInfo) |
static <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> |
createSetHandler(io.vertx.core.eventbus.Message msg,
boolean includeDebugInfo) |
static io.vertx.core.json.JsonObject |
generateDebugInfo(Throwable cause) |
static void |
manageFailure(io.vertx.core.eventbus.Message msg,
Throwable cause,
boolean includeDebugInfo) |
public static <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> createHandler(io.vertx.core.eventbus.Message msg, boolean includeDebugInfo)
public static <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<List<T>>> createListHandler(io.vertx.core.eventbus.Message msg, boolean includeDebugInfo)
public static <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> createSetHandler(io.vertx.core.eventbus.Message msg, boolean includeDebugInfo)
public static <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<Map<String,T>>> createMapHandler(io.vertx.core.eventbus.Message msg, boolean includeDebugInfo)
public static io.vertx.core.Handler<io.vertx.core.AsyncResult<List<Character>>> createListCharHandler(io.vertx.core.eventbus.Message msg, boolean includeDebugInfo)
public static io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Character>>> createSetCharHandler(io.vertx.core.eventbus.Message msg, boolean includeDebugInfo)
public static io.vertx.core.Handler<io.vertx.core.AsyncResult<Map<String,Character>>> createMapCharHandler(io.vertx.core.eventbus.Message msg, boolean includeDebugInfo)
public static void manageFailure(io.vertx.core.eventbus.Message msg, Throwable cause, boolean includeDebugInfo)
public static io.vertx.core.json.JsonObject generateDebugInfo(Throwable cause)
public static io.vertx.core.json.JsonArray convertStackTrace(Throwable cause)
Copyright © 2021 Eclipse. All rights reserved.