Skip to content

Commit ed0b720

Browse files
committed
Generate samples
1 parent dcc1521 commit ed0b720

File tree

518 files changed

+963
-963
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

518 files changed

+963
-963
lines changed

samples/client/petstore/groovy/src/main/groovy/org/openapitools/model/Category.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package org.openapitools.model;
22

33
import groovy.transform.Canonical
4-
import io.swagger.annotations.ApiModel;
5-
import io.swagger.annotations.ApiModelProperty;
4+
import org.openapitools.model.ApiModel;
5+
import org.openapitools.model.ApiModelProperty;
66

77
@Canonical
88
class Category {

samples/client/petstore/groovy/src/main/groovy/org/openapitools/model/ModelApiResponse.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package org.openapitools.model;
22

33
import groovy.transform.Canonical
4-
import io.swagger.annotations.ApiModel;
5-
import io.swagger.annotations.ApiModelProperty;
4+
import org.openapitools.model.ApiModel;
5+
import org.openapitools.model.ApiModelProperty;
66

77
@Canonical
88
class ModelApiResponse {

samples/client/petstore/groovy/src/main/groovy/org/openapitools/model/Order.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package org.openapitools.model;
22

33
import groovy.transform.Canonical
4-
import io.swagger.annotations.ApiModel;
5-
import io.swagger.annotations.ApiModelProperty;
4+
import org.openapitools.model.ApiModel;
5+
import org.openapitools.model.ApiModelProperty;
66

77
@Canonical
88
class Order {

samples/client/petstore/groovy/src/main/groovy/org/openapitools/model/Pet.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package org.openapitools.model;
22

33
import groovy.transform.Canonical
4-
import io.swagger.annotations.ApiModel;
5-
import io.swagger.annotations.ApiModelProperty;
64
import java.util.ArrayList;
75
import java.util.Arrays;
6+
import org.openapitools.model.ApiModel;
7+
import org.openapitools.model.ApiModelProperty;
88
import org.openapitools.model.Category;
99
import org.openapitools.model.Tag;
1010

samples/client/petstore/groovy/src/main/groovy/org/openapitools/model/Tag.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package org.openapitools.model;
22

33
import groovy.transform.Canonical
4-
import io.swagger.annotations.ApiModel;
5-
import io.swagger.annotations.ApiModelProperty;
4+
import org.openapitools.model.ApiModel;
5+
import org.openapitools.model.ApiModelProperty;
66

77
@Canonical
88
class Tag {

samples/client/petstore/groovy/src/main/groovy/org/openapitools/model/User.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package org.openapitools.model;
22

33
import groovy.transform.Canonical
4-
import io.swagger.annotations.ApiModel;
5-
import io.swagger.annotations.ApiModelProperty;
4+
import org.openapitools.model.ApiModel;
5+
import org.openapitools.model.ApiModelProperty;
66

77
@Canonical
88
class User {

samples/client/petstore/jaxrs-cxf-client-jackson/src/gen/java/org/openapitools/model/Category.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package org.openapitools.model;
22

3-
import io.swagger.annotations.ApiModel;
3+
import org.openapitools.model.ApiModel;
44

55
import io.swagger.annotations.ApiModelProperty;
66
import java.util.Objects;

samples/client/petstore/jaxrs-cxf-client-jackson/src/gen/java/org/openapitools/model/ModelApiResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package org.openapitools.model;
22

33
import com.fasterxml.jackson.annotation.JsonTypeName;
4-
import io.swagger.annotations.ApiModel;
4+
import org.openapitools.model.ApiModel;
55

66
import io.swagger.annotations.ApiModelProperty;
77
import java.util.Objects;

samples/client/petstore/jaxrs-cxf-client-jackson/src/gen/java/org/openapitools/model/Order.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
import com.fasterxml.jackson.annotation.JsonCreator;
44
import com.fasterxml.jackson.annotation.JsonValue;
5-
import io.swagger.annotations.ApiModel;
65
import java.util.Date;
6+
import org.openapitools.model.ApiModel;
77

88
import io.swagger.annotations.ApiModelProperty;
99
import java.util.Objects;

samples/client/petstore/jaxrs-cxf-client-jackson/src/gen/java/org/openapitools/model/Pet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
import com.fasterxml.jackson.annotation.JsonCreator;
44
import com.fasterxml.jackson.annotation.JsonValue;
5-
import io.swagger.annotations.ApiModel;
65
import java.util.ArrayList;
76
import java.util.Arrays;
87
import java.util.List;
8+
import org.openapitools.model.ApiModel;
99
import org.openapitools.model.Category;
1010
import org.openapitools.model.Tag;
1111

0 commit comments

Comments
 (0)