| Package | Description |
|---|---|
| org.springdoc.core |
| Modifier and Type | Method and Description |
|---|---|
static RequestInfo.ParameterType |
RequestInfo.ParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestInfo.ParameterType[] |
RequestInfo.ParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RequestInfo(RequestInfo.ParameterType paramType,
String value,
boolean required,
String defaultValue) |
Copyright © 2020. All rights reserved.