| Package | Description |
|---|---|
| org.openapitools.codegen |
| Modifier and Type | Method and Description |
|---|---|
static CodegenModelType |
CodegenModelType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
CodegenModelFactory.newInstance(CodegenModelType type) |
static void |
CodegenModelFactory.setTypeMapping(CodegenModelType type,
Class<?> implementation)
Configure a different implementation class.
|
Copyright © 2018. All rights reserved.