| Package | Description | 
|---|---|
| org.eclipse.microprofile.openapi.models.media | 
 Copyright (c) 2017 Contributors to the Eclipse Foundation 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Encoding.Style | 
Encoding.getStyle()
Style describes how the encoding value will be serialized depending on the type of the parameter value. 
 | 
static Encoding.Style | 
Encoding.Style.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Encoding.Style[] | 
Encoding.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Encoding.setStyle(Encoding.Style style)
Style describes how the encoding value will be serialized depending on the type of the parameter value. 
 | 
Encoding | 
Encoding.style(Encoding.Style style)
Style describes how the encoding value will be serialized depending on the type of the parameter value. 
 | 
Copyright © 2018. All rights reserved.