Package io.vertx.tp.jet.atom
Class JtUri
- java.lang.Object
-
- io.vertx.tp.jet.atom.JtCommercial
-
- io.vertx.tp.jet.atom.JtUri
-
- All Implemented Interfaces:
Api,Commercial,Json,Service,ServiceDefinition
public class JtUri extends JtCommercial implements Api
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description IApiapi()Stringapp()JtUribind(Integer order)Set<String>consumes()voidfromJson(io.vertx.core.json.JsonObject data)Stringkey()io.vertx.core.http.HttpMethodmethod()io.vertx.core.json.JsonObjectoptions()Integerorder()Set<String>paramContained()ParamModeparamMode()Set<String>paramRequired()Stringpath()Set<String>produces()Set<javax.ws.rs.core.MediaType>producesMime()io.vertx.core.json.JsonObjecttoJson()JtWorkerworker()-
Methods inherited from class io.vertx.tp.jet.atom.JtCommercial
app, bind, bind, bind, businessComponent, channelComponent, channelType, database, dict, equals, getApp, getConfig, hashCode, identifier, identity, integration, mapping, recordComponent, rule, service
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.vertx.up.commune.Commercial
businessComponent, channelComponent, channelType, database, identifier, integration, recordComponent, rule
-
Methods inherited from interface io.vertx.up.commune.ServiceDefinition
dict
-
-
-
-
Method Detail
-
order
public Integer order()
-
producesMime
public Set<javax.ws.rs.core.MediaType> producesMime()
-
paramMode
public ParamMode paramMode()
-
key
public String key()
- Specified by:
keyin classJtCommercial
-
worker
public JtWorker worker()
-
api
public IApi api()
-
toJson
public io.vertx.core.json.JsonObject toJson()
- Specified by:
toJsonin interfaceJson- Overrides:
toJsonin classJtCommercial
-
fromJson
public void fromJson(io.vertx.core.json.JsonObject data)
- Specified by:
fromJsonin interfaceJson- Overrides:
fromJsonin classJtCommercial
-
app
public abstract String app()
-
-