All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.swagger.codegen.v3.generators.handlebars.IsHelper Maven / Gradle / Ivy

There is a newer version: 1.0.48
Show newest version
package io.swagger.codegen.v3.generators.handlebars;

import static io.swagger.codegen.v3.VendorExtendable.PREFIX_IS;

public class IsHelper extends ExtensionHelper {

    public static final String NAME = "is";

    @Override
    public String getPreffix() {
        return PREFIX_IS;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy