Class ExtensionHelper

  • All Implemented Interfaces:
    com.github.jknack.handlebars.Helper<io.swagger.codegen.v3.VendorExtendable>
    Direct Known Subclasses:
    HasHelper, IsHelper

    public abstract class ExtensionHelper
    extends Object
    implements com.github.jknack.handlebars.Helper<io.swagger.codegen.v3.VendorExtendable>
    • Constructor Detail

      • ExtensionHelper

        public ExtensionHelper()
    • 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:
        apply in interface com.github.jknack.handlebars.Helper<io.swagger.codegen.v3.VendorExtendable>
        Throws:
        IOException
      • getBooleanValue

        public static boolean getBooleanValue​(io.swagger.codegen.v3.VendorExtendable vendorExtendable,
                                              String extensionKey)