public class IxJoin extends Object implements Serializable
| Constructor and Description |
|---|
IxJoin() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.json.JsonObject |
getJoined() |
String |
getJoined(io.vertx.core.json.JsonObject data) |
String |
getJoinedBy() |
io.vertx.core.json.JsonObject |
getMapped() |
String |
getMappedBy() |
IxModule |
getModule(String identifier) |
void |
setJoined(io.vertx.core.json.JsonObject joined) |
void |
setJoinedBy(String joinedBy) |
void |
setMapped(io.vertx.core.json.JsonObject mapped) |
void |
setMappedBy(String mappedBy) |
String |
toString() |
public String getJoinedBy()
public void setJoinedBy(String joinedBy)
public io.vertx.core.json.JsonObject getJoined()
public void setJoined(io.vertx.core.json.JsonObject joined)
public String getMappedBy()
public void setMappedBy(String mappedBy)
public io.vertx.core.json.JsonObject getMapped()
public void setMapped(io.vertx.core.json.JsonObject mapped)
public String getJoined(io.vertx.core.json.JsonObject data)
Copyright © 2020. All rights reserved.