Uses of Class
io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions
-
Packages that use Wsdl2JsOptions Package Description io.mateo.cxf.codegen.wsdl2js Classes related to JavaScript code generation. -
-
Uses of Wsdl2JsOptions in io.mateo.cxf.codegen.wsdl2js
Methods in io.mateo.cxf.codegen.wsdl2js that return Wsdl2JsOptions Modifier and Type Method Description Wsdl2JsOptions
Wsdl2Js. getWsdl2JsOptions()
Options to configure thewsdl2js
tool.Method parameters in io.mateo.cxf.codegen.wsdl2js with type arguments of type Wsdl2JsOptions Modifier and Type Method Description void
Wsdl2Js. toolOptions(Action<? super Wsdl2JsOptions> configurer)
Configures thewsdl2js
tool options.
-