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