Class ExtensionHelper
- java.lang.Object
-
- io.swagger.codegen.v3.generators.handlebars.ExtensionHelper
-
-
Constructor Summary
Constructors Constructor Description ExtensionHelper()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Objectapply(io.swagger.codegen.v3.VendorExtendable vendor, com.github.jknack.handlebars.Options options)static booleangetBooleanValue(io.swagger.codegen.v3.VendorExtendable vendorExtendable, String extensionKey)abstract StringgetPreffix()
-
-
-
Method Detail
-
getPreffix
public abstract String getPreffix()
-
apply
public Object apply(io.swagger.codegen.v3.VendorExtendable vendor, com.github.jknack.handlebars.Options options) throws IOException
- Specified by:
applyin interfacecom.github.jknack.handlebars.Helper<io.swagger.codegen.v3.VendorExtendable>- Throws:
IOException
-
getBooleanValue
public static boolean getBooleanValue(io.swagger.codegen.v3.VendorExtendable vendorExtendable, String extensionKey)
-
-