Class NotEmptyHelper
- java.lang.Object
-
- io.swagger.codegen.v3.generators.handlebars.NotEmptyHelper
-
- All Implemented Interfaces:
com.github.jknack.handlebars.Helper<Collection>
public class NotEmptyHelper extends Object implements com.github.jknack.handlebars.Helper<Collection>
-
-
Constructor Summary
Constructors Constructor Description NotEmptyHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectapply(Collection collection, com.github.jknack.handlebars.Options options)
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
apply
public Object apply(Collection collection, com.github.jknack.handlebars.Options options) throws IOException
- Specified by:
applyin interfacecom.github.jknack.handlebars.Helper<Collection>- Throws:
IOException
-
-