@Target(value={}) @Retention(value=RUNTIME) @Inherited public @interface Encoding
Content.encoding()
Content
Modifier and Type | Optional Element and Description |
---|---|
boolean |
allowReserved
Determines whether the parameter value SHOULD allow reserved characters,
as defined by RFC3986 to be included without percent-encoding.
|
String |
contentType
The Content-Type for encoding a specific property.
|
boolean |
explode
When this is true, property values of type array or object generate separate parameters for each value of the array,
or key-value-pair of the map.
|
Extension[] |
extensions
The list of optional extensions
|
Header[] |
headers
An array of header objects
|
String |
name
The name of this encoding object instance.
|
String |
style
Describes how a specific property value will be serialized depending on its type
|
public abstract String name
public abstract String contentType
public abstract String style
public abstract boolean explode
public abstract boolean allowReserved
public abstract Header[] headers
public abstract Extension[] extensions
Copyright © 2020. All rights reserved.