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

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

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

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

public class HasHelper extends ExtensionHelper {

    public static final String NAME = "has";

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy