- java.lang.Object
-
- io.vertx.ext.consul.token.TokenApplyingOptions
-
- io.vertx.ext.consul.token.NodeTokenApplyingOptions
-
public class NodeTokenApplyingOptions extends TokenApplyingOptions
-
-
Field Summary
-
Fields inherited from class io.vertx.ext.consul.token.TokenApplyingOptions
datacenters, DATACENTERS_KEY, name
-
-
Constructor Summary
Constructors Constructor Description NodeTokenApplyingOptions(io.vertx.core.json.JsonObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.json.JsonObjecttoJson()-
Methods inherited from class io.vertx.ext.consul.token.TokenApplyingOptions
addDatacenter, getDatacenters, getName, setDatacenters, setName
-
-
-
-
Method Detail
-
toJson
public io.vertx.core.json.JsonObject toJson()
- Overrides:
toJsonin classTokenApplyingOptions
-
-