Uses of Class
org.openapitools.codegen.VendorExtension.ExtensionLevel
-
Packages that use VendorExtension.ExtensionLevel Package Description org.openapitools.codegen -
-
Uses of VendorExtension.ExtensionLevel in org.openapitools.codegen
Methods in org.openapitools.codegen that return VendorExtension.ExtensionLevel Modifier and Type Method Description static VendorExtension.ExtensionLevelVendorExtension.ExtensionLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static VendorExtension.ExtensionLevel[]VendorExtension.ExtensionLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-