Uses of Class
io.swagger.codegen.v3.CodegenModelType
-
Packages that use CodegenModelType Package Description io.swagger.codegen.v3 -
-
Uses of CodegenModelType in io.swagger.codegen.v3
Methods in io.swagger.codegen.v3 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 io.swagger.codegen.v3 with parameters of type CodegenModelType Modifier and Type Method Description static <T> TCodegenModelFactory. newInstance(CodegenModelType type)static voidCodegenModelFactory. setTypeMapping(CodegenModelType type, Class<?> implementation)Configure a different implementation class.
-