Package io.vertx.up.uca.marshal
Class SockSetUp
java.lang.Object
io.vertx.up.uca.marshal.SockSetUp
- All Implemented Interfaces:
JTransformer<io.vertx.core.SockOptions>,Transformer<io.vertx.core.json.JsonObject,io.vertx.core.SockOptions>
- Author:
- Lang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.SockOptionstransform(io.vertx.core.json.JsonObject config)
-
Constructor Details
-
SockSetUp
public SockSetUp()
-
-
Method Details
-
transform
public io.vertx.core.SockOptions transform(io.vertx.core.json.JsonObject config) - Specified by:
transformin interfaceTransformer<io.vertx.core.json.JsonObject,io.vertx.core.SockOptions>
-