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

org.davidmoten.oa3.codegen.generator.ExtensionKeys Maven / Gradle / Ivy

package org.davidmoten.oa3.codegen.generator;

public enum ExtensionKeys {

    ;

    public static final String INCLUDE_FOR_SERVER_GENERATION = "x-openapi-codegen-include-for-server-generation";
    public static final String HAS_ENCODING = "x-openapi-codegen-internal-has-encoding";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy