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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(Collection collection, com.github.jknack.handlebars.Options options)
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
NotEmptyHelper
public NotEmptyHelper()
-
-
Method Details
-
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
-