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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy