public class ServiceProxyGen extends io.vertx.codegen.Generator<ProxyModel>
| Constructor and Description | 
|---|
| ServiceProxyGen(GeneratorUtils utils) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Class<? extends Annotation>> | annotations() | 
| String | filename(ProxyModel model) | 
| String | render(ProxyModel model,
      int index,
      int size,
      Map<String,Object> session) | 
public ServiceProxyGen(GeneratorUtils utils)
public Collection<Class<? extends Annotation>> annotations()
annotations in class io.vertx.codegen.Generator<ProxyModel>public String filename(ProxyModel model)
filename in class io.vertx.codegen.Generator<ProxyModel>public String render(ProxyModel model, int index, int size, Map<String,Object> session)
render in class io.vertx.codegen.Generator<ProxyModel>Copyright © 2023 Eclipse. All rights reserved.