Uses of Enum
io.swagger.codegen.v3.CodegenModelType
Packages that use CodegenModelType
-
Uses of CodegenModelType in io.swagger.codegen.v3
Methods in io.swagger.codegen.v3 that return CodegenModelTypeModifier and TypeMethodDescriptionstatic CodegenModelTypeReturns 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 CodegenModelTypeModifier and TypeMethodDescriptionstatic <T> TCodegenModelFactory.newInstance(CodegenModelType type) static voidCodegenModelFactory.setTypeMapping(CodegenModelType type, Class<?> implementation) Configure a different implementation class.