mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 15:12:46 +00:00
update samples
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user