Package io.vertx.serviceproxy.generator
Class ServiceProxyGen
- java.lang.Object
-
- io.vertx.codegen.processor.Generator<ProxyModel>
-
- io.vertx.serviceproxy.generator.ServiceProxyGen
-
public class ServiceProxyGen extends io.vertx.codegen.processor.Generator<ProxyModel>
-
-
Constructor Summary
Constructors Constructor Description ServiceProxyGen(GeneratorUtils utils)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Class<? extends Annotation>>
annotations()
String
filename(ProxyModel model)
String
render(ProxyModel model, int index, int size, Map<String,Object> session)
-
-
-
Constructor Detail
-
ServiceProxyGen
public ServiceProxyGen(GeneratorUtils utils)
-
-
Method Detail
-
annotations
public Collection<Class<? extends Annotation>> annotations()
- Overrides:
annotations
in classio.vertx.codegen.processor.Generator<ProxyModel>
-
filename
public String filename(ProxyModel model)
- Overrides:
filename
in classio.vertx.codegen.processor.Generator<ProxyModel>
-
render
public String render(ProxyModel model, int index, int size, Map<String,Object> session)
- Overrides:
render
in classio.vertx.codegen.processor.Generator<ProxyModel>
-
-