Uses of Class
io.vertx.serviceproxy.generator.model.ProxyModel
-
Packages that use ProxyModel Package Description io.vertx.ext.web.api.service.generator io.vertx.ext.web.api.service.generator.model io.vertx.serviceproxy.generator io.vertx.serviceproxy.sockjs.generator -
-
Uses of ProxyModel in io.vertx.ext.web.api.service.generator
Methods in io.vertx.ext.web.api.service.generator with parameters of type ProxyModel Modifier and Type Method Description String
WebApiProxyHandlerGen. className(ProxyModel model)
void
WebApiProxyHandlerGen. generateAdditionalMethods(ProxyModel model, io.vertx.codegen.processor.writer.CodeWriter writer)
-
Uses of ProxyModel in io.vertx.ext.web.api.service.generator.model
Subclasses of ProxyModel in io.vertx.ext.web.api.service.generator.model Modifier and Type Class Description class
WebApiProxyModel
-
Uses of ProxyModel in io.vertx.serviceproxy.generator
Methods in io.vertx.serviceproxy.generator with parameters of type ProxyModel Modifier and Type Method Description java.util.stream.Stream<String>
GeneratorUtils. additionalImports(ProxyModel model)
String
ServiceProxyHandlerGen. className(ProxyModel model)
String
ServiceProxyGen. filename(ProxyModel model)
String
ServiceProxyHandlerGen. filename(ProxyModel model)
void
ServiceProxyHandlerGen. generateAdditionalMethods(ProxyModel model, io.vertx.codegen.processor.writer.CodeWriter writer)
String
ServiceProxyGen. render(ProxyModel model, int index, int size, Map<String,Object> session)
String
ServiceProxyHandlerGen. render(ProxyModel model, int index, int size, Map<String,Object> session)
-
Uses of ProxyModel in io.vertx.serviceproxy.sockjs.generator
Methods in io.vertx.serviceproxy.sockjs.generator with parameters of type ProxyModel Modifier and Type Method Description String
SockjsServiceProxyJSGenerator. filename(ProxyModel model)
String
SockjsServiceProxyTSGenerator. filename(ProxyModel model)
String
SockjsServiceProxyJSGenerator. render(ProxyModel model, int index, int size, Map<String,Object> session)
String
SockjsServiceProxyTSGenerator. render(ProxyModel model, int index, int size, Map<String,Object> session)
-