public class WebApiProxyHandlerGen extends ServiceProxyHandlerGen
numericMapping, utils| Constructor and Description | 
|---|
| WebApiProxyHandlerGen(GeneratorUtils utils) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.stream.Stream<String> | additionalImports() | 
| Collection<Class<? extends Annotation>> | annotations() | 
| String | className(ProxyModel model) | 
| void | generateActionSwitchEntry(ProxyMethodInfo m,
                         io.vertx.codegen.writer.CodeWriter writer) | 
| void | generateAdditionalMethods(ProxyModel model,
                         io.vertx.codegen.writer.CodeWriter writer) | 
| String | generateJsonParamExtractFromContext(io.vertx.codegen.ParamInfo param) | 
filename, generateHandler, generateJsonParamExtract, renderpublic WebApiProxyHandlerGen(GeneratorUtils utils)
public Collection<Class<? extends Annotation>> annotations()
annotations in class ServiceProxyHandlerGenpublic String className(ProxyModel model)
className in class ServiceProxyHandlerGenpublic java.util.stream.Stream<String> additionalImports()
additionalImports in class ServiceProxyHandlerGenpublic void generateAdditionalMethods(ProxyModel model, io.vertx.codegen.writer.CodeWriter writer)
generateAdditionalMethods in class ServiceProxyHandlerGenpublic void generateActionSwitchEntry(ProxyMethodInfo m, io.vertx.codegen.writer.CodeWriter writer)
generateActionSwitchEntry in class ServiceProxyHandlerGenpublic String generateJsonParamExtractFromContext(io.vertx.codegen.ParamInfo param)
Copyright © 2021 Eclipse. All rights reserved.