Uses of Class
io.swagger.codegen.CodegenModelType
-
Packages that use CodegenModelType Package Description io.swagger.codegen -
-
Uses of CodegenModelType in io.swagger.codegen
Methods in io.swagger.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 io.swagger.codegen 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.
-