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 |
Modifier and Type | Method and Description |
---|---|
String |
WebApiProxyHandlerGen.className(ProxyModel model) |
void |
WebApiProxyHandlerGen.generateAdditionalMethods(ProxyModel model,
io.vertx.codegen.writer.CodeWriter writer) |
Modifier and Type | Class and Description |
---|---|
class |
WebApiProxyModel |
Modifier and Type | Method and 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.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) |
Modifier and Type | Method and Description |
---|---|
String |
SockjsServiceProxyTSGenerator.filename(ProxyModel model) |
String |
SockjsServiceProxyJSGenerator.filename(ProxyModel model) |
String |
SockjsServiceProxyTSGenerator.render(ProxyModel model,
int index,
int size,
Map<String,Object> session) |
String |
SockjsServiceProxyJSGenerator.render(ProxyModel model,
int index,
int size,
Map<String,Object> session) |
Copyright © 2021 Eclipse. All rights reserved.