public class SockjsServiceProxyJSGenerator extends io.vertx.codegen.Generator<ProxyModel>
Modifier and Type | Method and Description |
---|---|
Collection<Class<? extends Annotation>> |
annotations() |
String |
filename(ProxyModel model) |
protected void |
genLicenses(PrintWriter writer) |
protected String |
getJSDocType(io.vertx.codegen.type.TypeInfo type)
Generate the JSDoc type of a type
|
String |
render(ProxyModel model,
int index,
int size,
Map<String,Object> session) |
protected String |
renderLinkToHtml(io.vertx.codegen.doc.Tag.Link link)
Render a tag link to an html link, this function is used as parameter of the
renderDocToHtml function when it needs to render tag links.
|
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>
public Collection<Class<? extends Annotation>> annotations()
annotations
in class io.vertx.codegen.Generator<ProxyModel>
protected void genLicenses(PrintWriter writer)
protected String renderLinkToHtml(io.vertx.codegen.doc.Tag.Link link)
protected String getJSDocType(io.vertx.codegen.type.TypeInfo type)
Copyright © 2021 Eclipse. All rights reserved.