public interface Infix
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get() |
static io.vertx.core.json.JsonObject |
init(Annal logger,
String key,
Class<?> clazz) |
static <R> R |
init(Annal logger,
String key,
io.vertx.core.json.JsonObject config,
Function<io.vertx.core.json.JsonObject,R> executor) |
static <R> R |
init(String key,
Function<io.vertx.core.json.JsonObject,R> executor,
Class<?> clazz) |
static <R> R |
initTp(String key,
Function<io.vertx.core.json.JsonObject,R> executor,
Class<?> clazz) |
<T> T get()
static <R> R initTp(String key, Function<io.vertx.core.json.JsonObject,R> executor, Class<?> clazz)
static <R> R init(String key, Function<io.vertx.core.json.JsonObject,R> executor, Class<?> clazz)
static io.vertx.core.json.JsonObject init(Annal logger, String key, Class<?> clazz)
static <R> R init(Annal logger, String key, io.vertx.core.json.JsonObject config, Function<io.vertx.core.json.JsonObject,R> executor)
Copyright © 2018. All rights reserved.