public class CodegenParameter extends Object
Modifier and Type | Field and Description |
---|---|
List<String> |
_enum |
Map<String,Object> |
allowableValues |
String |
baseName |
String |
baseType |
String |
collectionFormat |
String |
dataFormat |
String |
dataType |
String |
datatypeWithEnum |
String |
defaultValue |
String |
description |
String |
enumName |
String |
example |
boolean |
exclusiveMaximum
See http://json-schema.org/latest/json-schema-validation.html#anchor17
|
boolean |
exclusiveMinimum
See http://json-schema.org/latest/json-schema-validation.html#anchor21
|
boolean |
hasMore |
boolean |
hasValidation |
boolean |
isBinary |
boolean |
isBodyParam |
boolean |
isBoolean |
boolean |
isByteArray |
boolean |
isCollectionFormatMulti |
boolean |
isConstEnumParam |
boolean |
isContainer |
boolean |
isCookieParam |
boolean |
isDate |
boolean |
isDateTime |
boolean |
isDouble |
boolean |
isEnum |
boolean |
isFile |
boolean |
isFloat |
boolean |
isFormParam |
boolean |
isHeaderParam |
boolean |
isInteger |
boolean |
isListContainer |
boolean |
isLong |
boolean |
isMapContainer |
boolean |
isNumber |
boolean |
isNumeric |
boolean |
isPathParam |
boolean |
isPrimitiveType |
boolean |
isQueryParam |
boolean |
isString |
boolean |
isUuid |
CodegenProperty |
items |
String |
jsonSchema |
String |
maximum
See http://json-schema.org/latest/json-schema-validation.html#anchor17.
|
Integer |
maxItems
See http://json-schema.org/latest/json-schema-validation.html#anchor42
|
Integer |
maxLength
See http://json-schema.org/latest/json-schema-validation.html#anchor26
|
String |
minimum
See http://json-schema.org/latest/json-schema-validation.html#anchor21
|
Integer |
minItems
See http://json-schema.org/latest/json-schema-validation.html#anchor45
|
Integer |
minLength
See http://json-schema.org/latest/json-schema-validation.html#anchor29
|
Number |
multipleOf
See http://json-schema.org/latest/json-schema-validation.html#anchor14
|
boolean |
notFile |
String |
paramName |
String |
pattern
See http://json-schema.org/latest/json-schema-validation.html#anchor33
|
boolean |
required
Determines whether this parameter is mandatory.
|
boolean |
secondaryParam |
String |
testExample |
String |
unescapedDescription |
boolean |
uniqueItems
See http://json-schema.org/latest/json-schema-validation.html#anchor49
|
Map<String,Object> |
vendorExtensions |
Constructor and Description |
---|
CodegenParameter() |
public boolean isFormParam
public boolean isQueryParam
public boolean isPathParam
public boolean isHeaderParam
public boolean isCookieParam
public boolean isBodyParam
public boolean hasMore
public boolean isContainer
public boolean secondaryParam
public boolean isCollectionFormatMulti
public boolean isPrimitiveType
public String baseName
public String paramName
public String dataType
public String datatypeWithEnum
public String dataFormat
public String collectionFormat
public String description
public String unescapedDescription
public String baseType
public String defaultValue
public String enumName
public String example
public String testExample
public String jsonSchema
public boolean isString
public boolean isNumeric
public boolean isInteger
public boolean isLong
public boolean isNumber
public boolean isFloat
public boolean isDouble
public boolean isByteArray
public boolean isBinary
public boolean isBoolean
public boolean isDate
public boolean isDateTime
public boolean isUuid
public boolean isListContainer
public boolean isMapContainer
public boolean isFile
public boolean notFile
public boolean isEnum
public boolean isConstEnumParam
public CodegenProperty items
public boolean hasValidation
public boolean required
public String maximum
public boolean exclusiveMaximum
public String minimum
public boolean exclusiveMinimum
public Integer maxLength
public Integer minLength
public String pattern
public Integer maxItems
public Integer minItems
public boolean uniqueItems
public Number multipleOf
Copyright © 2022. All rights reserved.