| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.generator |
| Modifier and Type | Field and Description |
|---|---|
ParamType |
ClientServerGenerator.Param.type |
| Modifier and Type | Method and Description |
|---|---|
static ParamType |
ParamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParamType[] |
ParamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Param(String name,
String identifier,
Optional<Object> defaultValue,
boolean required,
String fullClassName,
boolean isArray,
boolean isRequestBody,
ClientServerGenerator.Constraints constraints,
ParamType type,
boolean isComplexQueryParameter,
Optional<String> description,
Optional<String> contentType,
Optional<String> filename) |
Copyright © 2023. All rights reserved.