Package io.vertx.tp.plugin.excel
Class ExcelInfix
- java.lang.Object
-
- io.vertx.tp.plugin.excel.ExcelInfix
-
- All Implemented Interfaces:
io.vertx.up.plugin.Infix
@Plugin public class ExcelInfix extends Object implements io.vertx.up.plugin.Infix
-
-
Constructor Summary
Constructors Constructor Description ExcelInfix()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExcelClientcreateClient()static ExcelClientcreateClient(io.vertx.core.Vertx vertx)ExcelClientget()static ExcelClientgetClient()static voidinit(io.vertx.core.Vertx vertx)
-
-
-
Method Detail
-
init
public static void init(io.vertx.core.Vertx vertx)
-
getClient
public static ExcelClient getClient()
-
createClient
public static ExcelClient createClient()
-
createClient
public static ExcelClient createClient(io.vertx.core.Vertx vertx)
-
get
public ExcelClient get()
- Specified by:
getin interfaceio.vertx.up.plugin.Infix
-
-