Uses of Class
io.vertx.serviceproxy.generator.model.ProxyModel
Packages that use ProxyModel
Package
Description
-
Uses of ProxyModel in io.vertx.ext.web.api.service.generator
Methods in io.vertx.ext.web.api.service.generator with parameters of type ProxyModelModifier and TypeMethodDescriptionWebApiProxyHandlerGen.className(ProxyModel model) voidWebApiProxyHandlerGen.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 -
Uses of ProxyModel in io.vertx.serviceproxy.generator
Subclasses with type arguments of type ProxyModel in io.vertx.serviceproxy.generatorMethods in io.vertx.serviceproxy.generator with parameters of type ProxyModelModifier and TypeMethodDescriptionGeneratorUtils.additionalImports(ProxyModel model) ServiceProxyHandlerGen.className(ProxyModel model) ServiceProxyGen.filename(ProxyModel model) ServiceProxyHandlerGen.filename(ProxyModel model) voidServiceProxyHandlerGen.generateAdditionalMethods(ProxyModel model, io.vertx.codegen.processor.writer.CodeWriter writer) ServiceProxyGen.render(ProxyModel model, int index, int size, Map<String, Object> session) 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 ProxyModelModifier and TypeMethodDescriptionSockjsServiceProxyJSGenerator.filename(ProxyModel model) SockjsServiceProxyTSGenerator.filename(ProxyModel model) SockjsServiceProxyJSGenerator.render(ProxyModel model, int index, int size, Map<String, Object> session) SockjsServiceProxyTSGenerator.render(ProxyModel model, int index, int size, Map<String, Object> session)