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 <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> |
createHandler(io.vertx.core.eventbus.Message msg) |
static io.vertx.core.Handler<io.vertx.core.AsyncResult<List<Character>>> |
createListCharHandler(io.vertx.core.eventbus.Message msg) |
static <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<List<T>>> |
createListHandler(io.vertx.core.eventbus.Message msg) |
static io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Character>>> |
createSetCharHandler(io.vertx.core.eventbus.Message msg) |
static <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> |
createSetHandler(io.vertx.core.eventbus.Message msg) |
public static <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> createHandler(io.vertx.core.eventbus.Message msg)
public static <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<List<T>>> createListHandler(io.vertx.core.eventbus.Message msg)
public static <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> createSetHandler(io.vertx.core.eventbus.Message msg)
public static io.vertx.core.Handler<io.vertx.core.AsyncResult<List<Character>>> createListCharHandler(io.vertx.core.eventbus.Message msg)
public static io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Character>>> createSetCharHandler(io.vertx.core.eventbus.Message msg)
Copyright © 2021 Eclipse. All rights reserved.