Class NoneExtensionHelper
- java.lang.Object
-
- io.swagger.codegen.v3.generators.handlebars.NoneExtensionHelper
-
- All Implemented Interfaces:
com.github.jknack.handlebars.Helper<io.swagger.codegen.v3.VendorExtendable>
- Direct Known Subclasses:
HasNotHelper,IsNotHelper
public abstract class NoneExtensionHelper extends Object implements com.github.jknack.handlebars.Helper<io.swagger.codegen.v3.VendorExtendable>
-
-
Constructor Summary
Constructors Constructor Description NoneExtensionHelper()
-
Method Summary
All 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)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
-
-