public class ParameterObject extends Object
ParameterObjectBuilder
Modifier and Type | Field and Description |
---|---|
boolean |
allowEmptyValue |
boolean |
allowReserved |
Map<String,MediaTypeObject> |
content |
boolean |
deprecated |
String |
description |
Object |
example |
Map<String,ExampleObject> |
examples |
boolean |
explode |
String |
in |
String |
name |
boolean |
required |
SchemaObject |
schema |
String |
style |
public final String name
public final String in
public final String description
public final boolean required
public final boolean deprecated
public final boolean allowEmptyValue
public final String style
public final boolean explode
public final boolean allowReserved
public final SchemaObject schema
public final Object example
public final Map<String,ExampleObject> examples
public final Map<String,MediaTypeObject> content
public void writeJson(Writer writer) throws IOException
IOException
Copyright © 2017–2020. All rights reserved.