forked from loafle/openapi-generator-original
update samples
This commit is contained in:
parent
e263e6acc0
commit
2e1b028ccd
@ -48,6 +48,7 @@ public class OuterObjectWithEnumProperty {
|
|||||||
* Get value
|
* Get value
|
||||||
* @return value
|
* @return value
|
||||||
**/
|
**/
|
||||||
|
@javax.annotation.Nonnull
|
||||||
@ApiModelProperty(required = true, value = "")
|
@ApiModelProperty(required = true, value = "")
|
||||||
@JsonProperty(JSON_PROPERTY_VALUE)
|
@JsonProperty(JSON_PROPERTY_VALUE)
|
||||||
@JsonInclude(value = JsonInclude.Include.ALWAYS)
|
@JsonInclude(value = JsonInclude.Include.ALWAYS)
|
||||||
|
@ -48,6 +48,7 @@ public class OuterObjectWithEnumProperty {
|
|||||||
* Get value
|
* Get value
|
||||||
* @return value
|
* @return value
|
||||||
**/
|
**/
|
||||||
|
@javax.annotation.Nonnull
|
||||||
@ApiModelProperty(required = true, value = "")
|
@ApiModelProperty(required = true, value = "")
|
||||||
@JsonProperty(JSON_PROPERTY_VALUE)
|
@JsonProperty(JSON_PROPERTY_VALUE)
|
||||||
@JsonInclude(value = JsonInclude.Include.ALWAYS)
|
@JsonInclude(value = JsonInclude.Include.ALWAYS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user