Uses of Class
org.openapitools.codegen.VendorExtension
-
Packages that use VendorExtension Package Description org.openapitools.codegen org.openapitools.codegen.languages -
-
Uses of VendorExtension in org.openapitools.codegen
Methods in org.openapitools.codegen that return VendorExtension Modifier and Type Method Description static VendorExtensionVendorExtension. valueOf(String name)Returns the enum constant of this type with the specified name.static VendorExtension[]VendorExtension. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openapitools.codegen that return types with arguments of type VendorExtension Modifier and Type Method Description List<VendorExtension>CodegenConfig. getSupportedVendorExtensions()List<VendorExtension>DefaultCodegen. getSupportedVendorExtensions() -
Uses of VendorExtension in org.openapitools.codegen.languages
Methods in org.openapitools.codegen.languages that return types with arguments of type VendorExtension Modifier and Type Method Description List<VendorExtension>AbstractJavaCodegen. getSupportedVendorExtensions()List<VendorExtension>JavaClientCodegen. getSupportedVendorExtensions()List<VendorExtension>JavaHelidonClientCodegen. getSupportedVendorExtensions()List<VendorExtension>KotlinSpringServerCodegen. getSupportedVendorExtensions()List<VendorExtension>SpringCodegen. getSupportedVendorExtensions()
-