Class ExtensionHelper
java.lang.Object
io.swagger.codegen.v3.generators.handlebars.ExtensionHelper
- All Implemented Interfaces:
com.github.jknack.handlebars.Helper<io.swagger.codegen.v3.VendorExtendable>
public abstract class ExtensionHelper
extends Object
implements com.github.jknack.handlebars.Helper<io.swagger.codegen.v3.VendorExtendable>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(io.swagger.codegen.v3.VendorExtendable vendor, com.github.jknack.handlebars.Options options) static booleangetBooleanValue(io.swagger.codegen.v3.VendorExtendable vendorExtendable, String extensionKey) abstract String
-
Constructor Details
-
ExtensionHelper
public ExtensionHelper()
-
-
Method Details
-
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)
-