| Package | Description |
|---|---|
| com.networknt.openapi.parameter |
| Modifier and Type | Method and Description |
|---|---|
static ValueType |
StyleParameterDeserializer.getValueType(com.networknt.oas.model.Parameter parameter) |
static ValueType |
ValueType.of(String typeStr) |
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
StyleParameterDeserializer.deserialize(io.undertow.server.HttpServerExchange exchange,
com.networknt.oas.model.Parameter parameter,
ValueType valueType,
boolean exploade) |
static boolean |
ValueType.is(String typeStr,
ValueType type) |
default boolean |
StyleParameterDeserializer.isApplicable(ValueType valueType,
boolean exploade) |
Copyright © 2020. All rights reserved.