public interface Infix
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get() |
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) |
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)
<T> T get()
Copyright © 2020. All rights reserved.