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

io.swagger.codegen.v3.VendorExtendable Maven / Gradle / Ivy

There is a newer version: 3.0.62
Show newest version
package io.swagger.codegen.v3;

import java.util.Map;

public interface VendorExtendable {

    String PREFIX_IS = "x-is-";
    String PREFIX_HAS = "x-has-";

    Map getVendorExtensions();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy