regenerate samples and docs

This commit is contained in:
sullis 2022-03-16 22:25:40 -07:00
parent 4bfe8045a9
commit 7fc9d73b13
215 changed files with 732 additions and 732 deletions

View File

@ -8,9 +8,9 @@ import java.io.InputStream;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
import java.ws.rs.*;
import java.ws.rs.core.Response;
import java.ws.rs.core.MediaType;
import javax.ws.rs.*;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.MediaType;
import org.apache.cxf.jaxrs.ext.multipart.*;
import io.swagger.annotations.Api;

View File

@ -7,9 +7,9 @@ import java.io.InputStream;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
import java.ws.rs.*;
import java.ws.rs.core.Response;
import java.ws.rs.core.MediaType;
import javax.ws.rs.*;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.MediaType;
import org.apache.cxf.jaxrs.ext.multipart.*;
import io.swagger.annotations.Api;

View File

@ -8,9 +8,9 @@ import java.io.InputStream;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
import java.ws.rs.*;
import java.ws.rs.core.Response;
import java.ws.rs.core.MediaType;
import javax.ws.rs.*;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.MediaType;
import org.apache.cxf.jaxrs.ext.multipart.*;
import io.swagger.annotations.Api;

View File

@ -5,10 +5,10 @@ import org.openapitools.model.ModelApiResponse;
import org.openapitools.model.Pet;
import org.openapitools.api.PetApiService;
import java.ws.rs.*;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.enterprise.context.RequestScoped;
import javax.inject.Inject;

View File

@ -14,8 +14,8 @@ import java.util.List;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJAXRSCXFCDIServerCodegen")
public interface PetApiService {

View File

@ -4,10 +4,10 @@ import java.util.Map;
import org.openapitools.model.Order;
import org.openapitools.api.StoreApiService;
import java.ws.rs.*;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.enterprise.context.RequestScoped;
import javax.inject.Inject;

View File

@ -13,8 +13,8 @@ import java.util.List;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJAXRSCXFCDIServerCodegen")
public interface StoreApiService {

View File

@ -4,10 +4,10 @@ import java.util.List;
import org.openapitools.model.User;
import org.openapitools.api.UserApiService;
import java.ws.rs.*;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.enterprise.context.RequestScoped;
import javax.inject.Inject;

View File

@ -13,8 +13,8 @@ import java.util.List;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJAXRSCXFCDIServerCodegen")
public interface UserApiService {

View File

@ -1,7 +1,7 @@
package org.openapitools.api;
import java.ws.rs.ApplicationPath;
import java.ws.rs.core.Application;
import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;
@ApplicationPath("/v2")
public class RestApplication extends Application {

View File

@ -14,8 +14,8 @@ import java.util.List;
import java.io.InputStream;
import javax.enterprise.context.RequestScoped;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@RequestScoped
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJAXRSCXFCDIServerCodegen")

View File

@ -13,8 +13,8 @@ import java.util.List;
import java.io.InputStream;
import javax.enterprise.context.RequestScoped;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@RequestScoped
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJAXRSCXFCDIServerCodegen")

View File

@ -13,8 +13,8 @@ import java.util.List;
import java.io.InputStream;
import javax.enterprise.context.RequestScoped;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@RequestScoped
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJAXRSCXFCDIServerCodegen")

View File

@ -8,9 +8,9 @@ import java.io.InputStream;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
import java.ws.rs.*;
import java.ws.rs.core.Response;
import java.ws.rs.core.MediaType;
import javax.ws.rs.*;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.MediaType;
import org.apache.cxf.jaxrs.ext.multipart.*;
import io.swagger.annotations.Api;

View File

@ -7,9 +7,9 @@ import java.io.InputStream;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
import java.ws.rs.*;
import java.ws.rs.core.Response;
import java.ws.rs.core.MediaType;
import javax.ws.rs.*;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.MediaType;
import org.apache.cxf.jaxrs.ext.multipart.*;
import io.swagger.annotations.Api;

View File

@ -8,9 +8,9 @@ import java.io.InputStream;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
import java.ws.rs.*;
import java.ws.rs.core.Response;
import java.ws.rs.core.MediaType;
import javax.ws.rs.*;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.MediaType;
import org.apache.cxf.jaxrs.ext.multipart.*;
import io.swagger.annotations.Api;

View File

@ -6,9 +6,9 @@ import java.io.InputStream;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
import java.ws.rs.*;
import java.ws.rs.core.Response;
import java.ws.rs.core.MediaType;
import javax.ws.rs.*;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.MediaType;
import org.apache.cxf.jaxrs.ext.multipart.*;
import io.swagger.annotations.Api;

View File

@ -15,9 +15,9 @@ import java.io.InputStream;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
import java.ws.rs.*;
import java.ws.rs.core.Response;
import java.ws.rs.core.MediaType;
import javax.ws.rs.*;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.MediaType;
import org.apache.cxf.jaxrs.ext.multipart.*;
import io.swagger.annotations.Api;

View File

@ -6,9 +6,9 @@ import java.io.InputStream;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
import java.ws.rs.*;
import java.ws.rs.core.Response;
import java.ws.rs.core.MediaType;
import javax.ws.rs.*;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.MediaType;
import org.apache.cxf.jaxrs.ext.multipart.*;
import io.swagger.annotations.Api;

View File

@ -9,9 +9,9 @@ import java.io.InputStream;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
import java.ws.rs.*;
import java.ws.rs.core.Response;
import java.ws.rs.core.MediaType;
import javax.ws.rs.*;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.MediaType;
import org.apache.cxf.jaxrs.ext.multipart.*;
import io.swagger.annotations.Api;

View File

@ -7,9 +7,9 @@ import java.io.InputStream;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
import java.ws.rs.*;
import java.ws.rs.core.Response;
import java.ws.rs.core.MediaType;
import javax.ws.rs.*;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.MediaType;
import org.apache.cxf.jaxrs.ext.multipart.*;
import io.swagger.annotations.Api;

View File

@ -8,9 +8,9 @@ import java.io.InputStream;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
import java.ws.rs.*;
import java.ws.rs.core.Response;
import java.ws.rs.core.MediaType;
import javax.ws.rs.*;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.MediaType;
import org.apache.cxf.jaxrs.ext.multipart.*;
import io.swagger.annotations.Api;

View File

@ -19,10 +19,10 @@ import org.glassfish.jersey.media.multipart.FormDataParam;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import javax.servlet.ServletConfig;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;
@ -55,7 +55,7 @@ public class AnotherFakeApi {
this.delegate = delegate;
}
@java.ws.rs.PATCH
@javax.ws.rs.PATCH
@Consumes({ "application/json" })
@Produces({ "application/json" })

View File

@ -12,8 +12,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public abstract class AnotherFakeApiService {

View File

@ -29,10 +29,10 @@ import org.glassfish.jersey.media.multipart.FormDataParam;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import javax.servlet.ServletConfig;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;
@ -65,7 +65,7 @@ public class FakeApi {
this.delegate = delegate;
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/create_xml_item")
@Consumes({ "application/xml", "application/xml; charset=utf-8", "application/xml; charset=utf-16", "text/xml", "text/xml; charset=utf-8", "text/xml; charset=utf-16" })
@ -77,7 +77,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.createXmlItem(xmlItem, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/outer/boolean")
@Produces({ "*/*" })
@ -89,7 +89,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.fakeOuterBooleanSerialize(body, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/outer/composite")
@Produces({ "*/*" })
@ -101,7 +101,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.fakeOuterCompositeSerialize(body, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/outer/number")
@Produces({ "*/*" })
@ -113,7 +113,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.fakeOuterNumberSerialize(body, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/outer/string")
@Produces({ "*/*" })
@ -125,7 +125,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.fakeOuterStringSerialize(body, securityContext);
}
@java.ws.rs.PUT
@javax.ws.rs.PUT
@Path("/body-with-file-schema")
@Consumes({ "application/json" })
@ -137,7 +137,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testBodyWithFileSchema(body, securityContext);
}
@java.ws.rs.PUT
@javax.ws.rs.PUT
@Path("/body-with-query-params")
@Consumes({ "application/json" })
@ -149,7 +149,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testBodyWithQueryParams(query, body, securityContext);
}
@java.ws.rs.PATCH
@javax.ws.rs.PATCH
@Consumes({ "application/json" })
@Produces({ "application/json" })
@ -161,7 +161,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testClientModel(body, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Consumes({ "application/x-www-form-urlencoded" })
@ -177,7 +177,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testEndpointParameters(number, _double, patternWithoutDelimiter, _byte, integer, int32, int64, _float, string, binaryBodypart, date, dateTime, password, paramCallback, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Consumes({ "application/x-www-form-urlencoded" })
@ -190,7 +190,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testEnumParameters(enumHeaderStringArray, enumHeaderString, enumQueryStringArray, enumQueryString, enumQueryInteger, enumQueryDouble, enumFormStringArray, enumFormString, securityContext);
}
@java.ws.rs.DELETE
@javax.ws.rs.DELETE
@ -202,7 +202,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testGroupParameters(requiredStringGroup, requiredBooleanGroup, requiredInt64Group, stringGroup, booleanGroup, int64Group, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/inline-additionalProperties")
@Consumes({ "application/json" })
@ -214,7 +214,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testInlineAdditionalProperties(param, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/jsonFormData")
@Consumes({ "application/x-www-form-urlencoded" })
@ -226,7 +226,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testJsonFormData(param, param2, securityContext);
}
@java.ws.rs.PUT
@javax.ws.rs.PUT
@Path("/test-query-parameters")
@ -238,7 +238,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testQueryParameterCollectionFormat(pipe, ioutil, http, url, context, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/{petId}/uploadImageWithRequiredFile")
@Consumes({ "multipart/form-data" })
@Produces({ "application/json" })

View File

@ -22,8 +22,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public abstract class FakeApiService {

View File

@ -19,10 +19,10 @@ import org.glassfish.jersey.media.multipart.FormDataParam;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import javax.servlet.ServletConfig;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;
@ -55,7 +55,7 @@ public class FakeClassnameTestApi {
this.delegate = delegate;
}
@java.ws.rs.PATCH
@javax.ws.rs.PATCH
@Consumes({ "application/json" })
@Produces({ "application/json" })

View File

@ -12,8 +12,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public abstract class FakeClassnameTestApiService {

View File

@ -8,9 +8,9 @@ import com.fasterxml.jackson.datatype.jsr310.*;
import com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider;
import java.ws.rs.Produces;
import java.ws.rs.core.MediaType;
import java.ws.rs.ext.Provider;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.ext.Provider;
@Provider
@Produces({MediaType.APPLICATION_JSON})

View File

@ -1,8 +1,8 @@
package org.openapitools.api;
import java.ws.rs.ext.ParamConverter;
import java.ws.rs.ext.ParamConverterProvider;
import java.ws.rs.ext.Provider;
import javax.ws.rs.ext.ParamConverter;
import javax.ws.rs.ext.ParamConverterProvider;
import javax.ws.rs.ext.Provider;
import java.lang.annotation.Annotation;
import java.lang.reflect.Type;
import java.time.LocalDate;

View File

@ -1,8 +1,8 @@
package org.openapitools.api;
import java.ws.rs.ext.ParamConverter;
import java.ws.rs.ext.ParamConverterProvider;
import java.ws.rs.ext.Provider;
import javax.ws.rs.ext.ParamConverter;
import javax.ws.rs.ext.ParamConverterProvider;
import javax.ws.rs.ext.Provider;
import java.lang.annotation.Annotation;
import java.lang.reflect.Type;
import java.time.OffsetDateTime;

View File

@ -22,10 +22,10 @@ import org.glassfish.jersey.media.multipart.FormDataParam;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import javax.servlet.ServletConfig;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;
@ -58,7 +58,7 @@ public class PetApi {
this.delegate = delegate;
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Consumes({ "application/json", "application/xml" })
@ -76,7 +76,7 @@ public class PetApi {
throws NotFoundException {
return delegate.addPet(body, securityContext);
}
@java.ws.rs.DELETE
@javax.ws.rs.DELETE
@Path("/{petId}")
@ -94,7 +94,7 @@ public class PetApi {
throws NotFoundException {
return delegate.deletePet(petId, apiKey, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/findByStatus")
@Produces({ "application/xml", "application/json" })
@ -112,7 +112,7 @@ public class PetApi {
throws NotFoundException {
return delegate.findPetsByStatus(status, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/findByTags")
@Produces({ "application/xml", "application/json" })
@ -130,7 +130,7 @@ public class PetApi {
throws NotFoundException {
return delegate.findPetsByTags(tags, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/{petId}")
@Produces({ "application/xml", "application/json" })
@ -146,7 +146,7 @@ public class PetApi {
throws NotFoundException {
return delegate.getPetById(petId, securityContext);
}
@java.ws.rs.PUT
@javax.ws.rs.PUT
@Consumes({ "application/json", "application/xml" })
@ -166,7 +166,7 @@ public class PetApi {
throws NotFoundException {
return delegate.updatePet(body, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/{petId}")
@Consumes({ "application/x-www-form-urlencoded" })
@ -183,7 +183,7 @@ public class PetApi {
throws NotFoundException {
return delegate.updatePetWithForm(petId, name, status, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/{petId}/uploadImage")
@Consumes({ "multipart/form-data" })
@Produces({ "application/json" })

View File

@ -15,8 +15,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public abstract class PetApiService {

View File

@ -20,10 +20,10 @@ import org.glassfish.jersey.media.multipart.FormDataParam;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import javax.servlet.ServletConfig;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;
@ -56,7 +56,7 @@ public class StoreApi {
this.delegate = delegate;
}
@java.ws.rs.DELETE
@javax.ws.rs.DELETE
@Path("/order/{order_id}")
@ -69,7 +69,7 @@ public class StoreApi {
throws NotFoundException {
return delegate.deleteOrder(orderId, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/inventory")
@Produces({ "application/json" })
@ -83,7 +83,7 @@ public class StoreApi {
throws NotFoundException {
return delegate.getInventory(securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/order/{order_id}")
@Produces({ "application/xml", "application/json" })
@ -97,7 +97,7 @@ public class StoreApi {
throws NotFoundException {
return delegate.getOrderById(orderId, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/order")
@Produces({ "application/xml", "application/json" })

View File

@ -13,8 +13,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public abstract class StoreApiService {

View File

@ -21,10 +21,10 @@ import org.glassfish.jersey.media.multipart.FormDataParam;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import javax.servlet.ServletConfig;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;
@ -57,7 +57,7 @@ public class UserApi {
this.delegate = delegate;
}
@java.ws.rs.POST
@javax.ws.rs.POST
@ -69,7 +69,7 @@ public class UserApi {
throws NotFoundException {
return delegate.createUser(body, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/createWithArray")
@ -81,7 +81,7 @@ public class UserApi {
throws NotFoundException {
return delegate.createUsersWithArrayInput(body, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/createWithList")
@ -93,7 +93,7 @@ public class UserApi {
throws NotFoundException {
return delegate.createUsersWithListInput(body, securityContext);
}
@java.ws.rs.DELETE
@javax.ws.rs.DELETE
@Path("/{username}")
@ -106,7 +106,7 @@ public class UserApi {
throws NotFoundException {
return delegate.deleteUser(username, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/{username}")
@Produces({ "application/xml", "application/json" })
@ -120,7 +120,7 @@ public class UserApi {
throws NotFoundException {
return delegate.getUserByName(username, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/login")
@Produces({ "application/xml", "application/json" })
@ -133,7 +133,7 @@ public class UserApi {
throws NotFoundException {
return delegate.loginUser(username, password, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/logout")
@ -145,7 +145,7 @@ public class UserApi {
throws NotFoundException {
return delegate.logoutUser(securityContext);
}
@java.ws.rs.PUT
@javax.ws.rs.PUT
@Path("/{username}")

View File

@ -14,8 +14,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public abstract class UserApiService {

View File

@ -12,8 +12,8 @@ import java.io.InputStream;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public class AnotherFakeApiServiceImpl extends AnotherFakeApiService {

View File

@ -22,8 +22,8 @@ import java.io.InputStream;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public class FakeApiServiceImpl extends FakeApiService {

View File

@ -12,8 +12,8 @@ import java.io.InputStream;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public class FakeClassnameTestApiServiceImpl extends FakeClassnameTestApiService {

View File

@ -15,8 +15,8 @@ import java.io.InputStream;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public class PetApiServiceImpl extends PetApiService {

View File

@ -13,8 +13,8 @@ import java.io.InputStream;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public class StoreApiServiceImpl extends StoreApiService {

View File

@ -14,8 +14,8 @@ import java.io.InputStream;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public class UserApiServiceImpl extends UserApiService {

View File

@ -19,10 +19,10 @@ import org.glassfish.jersey.media.multipart.FormDataParam;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import javax.servlet.ServletConfig;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;
@ -55,7 +55,7 @@ public class AnotherFakeApi {
this.delegate = delegate;
}
@java.ws.rs.PATCH
@javax.ws.rs.PATCH
@Consumes({ "application/json" })
@Produces({ "application/json" })

View File

@ -12,8 +12,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public abstract class AnotherFakeApiService {

View File

@ -31,10 +31,10 @@ import org.glassfish.jersey.media.multipart.FormDataParam;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import javax.servlet.ServletConfig;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;
@ -67,7 +67,7 @@ public class FakeApi {
this.delegate = delegate;
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/health")
@Produces({ "application/json" })
@ -79,7 +79,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.fakeHealthGet(securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/http-signature-test")
@Consumes({ "application/json", "application/xml" })
@ -93,7 +93,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.fakeHttpSignatureTest(pet, query1, header1, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/outer/boolean")
@Consumes({ "application/json" })
@Produces({ "*/*" })
@ -105,7 +105,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.fakeOuterBooleanSerialize(body, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/outer/composite")
@Consumes({ "application/json" })
@Produces({ "*/*" })
@ -117,7 +117,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.fakeOuterCompositeSerialize(outerComposite, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/outer/number")
@Consumes({ "application/json" })
@Produces({ "*/*" })
@ -129,7 +129,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.fakeOuterNumberSerialize(body, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/outer/string")
@Consumes({ "application/json" })
@Produces({ "*/*" })
@ -141,7 +141,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.fakeOuterStringSerialize(body, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/property/enum-int")
@Consumes({ "application/json" })
@Produces({ "*/*" })
@ -153,7 +153,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.fakePropertyEnumIntegerSerialize(outerObjectWithEnumProperty, securityContext);
}
@java.ws.rs.PUT
@javax.ws.rs.PUT
@Path("/body-with-binary")
@Consumes({ "image/png" })
@ -165,7 +165,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testBodyWithBinary(body, securityContext);
}
@java.ws.rs.PUT
@javax.ws.rs.PUT
@Path("/body-with-file-schema")
@Consumes({ "application/json" })
@ -177,7 +177,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testBodyWithFileSchema(fileSchemaTestClass, securityContext);
}
@java.ws.rs.PUT
@javax.ws.rs.PUT
@Path("/body-with-query-params")
@Consumes({ "application/json" })
@ -189,7 +189,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testBodyWithQueryParams(query, user, securityContext);
}
@java.ws.rs.PATCH
@javax.ws.rs.PATCH
@Consumes({ "application/json" })
@Produces({ "application/json" })
@ -201,7 +201,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testClientModel(client, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Consumes({ "application/x-www-form-urlencoded" })
@ -217,7 +217,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testEndpointParameters(number, _double, patternWithoutDelimiter, _byte, integer, int32, int64, _float, string, binaryBodypart, date, dateTime, password, paramCallback, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Consumes({ "application/x-www-form-urlencoded" })
@ -230,7 +230,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testEnumParameters(enumHeaderStringArray, enumHeaderString, enumQueryStringArray, enumQueryString, enumQueryInteger, enumQueryDouble, enumQueryModelArray, enumFormStringArray, enumFormString, securityContext);
}
@java.ws.rs.DELETE
@javax.ws.rs.DELETE
@ -244,7 +244,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testGroupParameters(requiredStringGroup, requiredBooleanGroup, requiredInt64Group, stringGroup, booleanGroup, int64Group, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/inline-additionalProperties")
@Consumes({ "application/json" })
@ -256,7 +256,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testInlineAdditionalProperties(requestBody, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/jsonFormData")
@Consumes({ "application/x-www-form-urlencoded" })
@ -268,7 +268,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testJsonFormData(param, param2, securityContext);
}
@java.ws.rs.PUT
@javax.ws.rs.PUT
@Path("/test-query-parameters")
@ -280,7 +280,7 @@ public class FakeApi {
throws NotFoundException {
return delegate.testQueryParameterCollectionFormat(pipe, ioutil, http, url, context, allowEmpty, language, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/{petId}/uploadImageWithRequiredFile")
@Consumes({ "multipart/form-data" })
@Produces({ "application/json" })

View File

@ -24,8 +24,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public abstract class FakeApiService {

View File

@ -19,10 +19,10 @@ import org.glassfish.jersey.media.multipart.FormDataParam;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import javax.servlet.ServletConfig;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;
@ -55,7 +55,7 @@ public class FakeClassnameTestApi {
this.delegate = delegate;
}
@java.ws.rs.PATCH
@javax.ws.rs.PATCH
@Consumes({ "application/json" })
@Produces({ "application/json" })

View File

@ -12,8 +12,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public abstract class FakeClassnameTestApiService {

View File

@ -19,10 +19,10 @@ import org.glassfish.jersey.media.multipart.FormDataParam;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import javax.servlet.ServletConfig;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;
@ -55,7 +55,7 @@ public class FooApi {
this.delegate = delegate;
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Produces({ "application/json" })

View File

@ -12,8 +12,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public abstract class FooApiService {

View File

@ -8,9 +8,9 @@ import com.fasterxml.jackson.datatype.jsr310.*;
import com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider;
import java.ws.rs.Produces;
import java.ws.rs.core.MediaType;
import java.ws.rs.ext.Provider;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.ext.Provider;
@Provider
@Produces({MediaType.APPLICATION_JSON})

View File

@ -22,10 +22,10 @@ import org.glassfish.jersey.media.multipart.FormDataParam;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import javax.servlet.ServletConfig;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;
@ -58,7 +58,7 @@ public class PetApi {
this.delegate = delegate;
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Consumes({ "application/json", "application/xml" })
@ -76,7 +76,7 @@ public class PetApi {
throws NotFoundException {
return delegate.addPet(pet, securityContext);
}
@java.ws.rs.DELETE
@javax.ws.rs.DELETE
@Path("/{petId}")
@ -94,7 +94,7 @@ public class PetApi {
throws NotFoundException {
return delegate.deletePet(petId, apiKey, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/findByStatus")
@Produces({ "application/xml", "application/json" })
@ -112,7 +112,7 @@ public class PetApi {
throws NotFoundException {
return delegate.findPetsByStatus(status, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/findByTags")
@Produces({ "application/xml", "application/json" })
@ -130,7 +130,7 @@ public class PetApi {
throws NotFoundException {
return delegate.findPetsByTags(tags, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/{petId}")
@Produces({ "application/xml", "application/json" })
@ -146,7 +146,7 @@ public class PetApi {
throws NotFoundException {
return delegate.getPetById(petId, securityContext);
}
@java.ws.rs.PUT
@javax.ws.rs.PUT
@Consumes({ "application/json", "application/xml" })
@ -166,7 +166,7 @@ public class PetApi {
throws NotFoundException {
return delegate.updatePet(pet, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/{petId}")
@Consumes({ "application/x-www-form-urlencoded" })
@ -184,7 +184,7 @@ public class PetApi {
throws NotFoundException {
return delegate.updatePetWithForm(petId, name, status, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/{petId}/uploadImage")
@Consumes({ "multipart/form-data" })
@Produces({ "application/json" })

View File

@ -15,8 +15,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public abstract class PetApiService {

View File

@ -20,10 +20,10 @@ import org.glassfish.jersey.media.multipart.FormDataParam;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import javax.servlet.ServletConfig;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;
@ -56,7 +56,7 @@ public class StoreApi {
this.delegate = delegate;
}
@java.ws.rs.DELETE
@javax.ws.rs.DELETE
@Path("/order/{order_id}")
@ -69,7 +69,7 @@ public class StoreApi {
throws NotFoundException {
return delegate.deleteOrder(orderId, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/inventory")
@Produces({ "application/json" })
@ -83,7 +83,7 @@ public class StoreApi {
throws NotFoundException {
return delegate.getInventory(securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/order/{order_id}")
@Produces({ "application/xml", "application/json" })
@ -97,7 +97,7 @@ public class StoreApi {
throws NotFoundException {
return delegate.getOrderById(orderId, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/order")
@Consumes({ "application/json" })
@Produces({ "application/xml", "application/json" })

View File

@ -13,8 +13,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public abstract class StoreApiService {

View File

@ -21,10 +21,10 @@ import org.glassfish.jersey.media.multipart.FormDataParam;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import javax.servlet.ServletConfig;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;
@ -57,7 +57,7 @@ public class UserApi {
this.delegate = delegate;
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Consumes({ "application/json" })
@ -69,7 +69,7 @@ public class UserApi {
throws NotFoundException {
return delegate.createUser(user, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/createWithArray")
@Consumes({ "application/json" })
@ -81,7 +81,7 @@ public class UserApi {
throws NotFoundException {
return delegate.createUsersWithArrayInput(user, securityContext);
}
@java.ws.rs.POST
@javax.ws.rs.POST
@Path("/createWithList")
@Consumes({ "application/json" })
@ -93,7 +93,7 @@ public class UserApi {
throws NotFoundException {
return delegate.createUsersWithListInput(user, securityContext);
}
@java.ws.rs.DELETE
@javax.ws.rs.DELETE
@Path("/{username}")
@ -106,7 +106,7 @@ public class UserApi {
throws NotFoundException {
return delegate.deleteUser(username, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/{username}")
@Produces({ "application/xml", "application/json" })
@ -120,7 +120,7 @@ public class UserApi {
throws NotFoundException {
return delegate.getUserByName(username, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/login")
@Produces({ "application/xml", "application/json" })
@ -133,7 +133,7 @@ public class UserApi {
throws NotFoundException {
return delegate.loginUser(username, password, securityContext);
}
@java.ws.rs.GET
@javax.ws.rs.GET
@Path("/logout")
@ -145,7 +145,7 @@ public class UserApi {
throws NotFoundException {
return delegate.logoutUser(securityContext);
}
@java.ws.rs.PUT
@javax.ws.rs.PUT
@Path("/{username}")
@Consumes({ "application/json" })

View File

@ -14,8 +14,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public abstract class UserApiService {

View File

@ -12,8 +12,8 @@ import java.io.InputStream;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public class AnotherFakeApiServiceImpl extends AnotherFakeApiService {

View File

@ -24,8 +24,8 @@ import java.io.InputStream;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public class FakeApiServiceImpl extends FakeApiService {

View File

@ -12,8 +12,8 @@ import java.io.InputStream;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public class FakeClassnameTestApiServiceImpl extends FakeClassnameTestApiService {

View File

@ -12,8 +12,8 @@ import java.io.InputStream;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public class FooApiServiceImpl extends FooApiService {

View File

@ -15,8 +15,8 @@ import java.io.InputStream;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public class PetApiServiceImpl extends PetApiService {

View File

@ -13,8 +13,8 @@ import java.io.InputStream;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public class StoreApiServiceImpl extends StoreApiService {

View File

@ -14,8 +14,8 @@ import java.io.InputStream;
import org.glassfish.jersey.media.multipart.FormDataBodyPart;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.validation.constraints.*;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaJerseyServerCodegen")
public class UserApiServiceImpl extends UserApiService {

View File

@ -3,8 +3,8 @@ package org.openapitools.api;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
import java.ws.rs.ext.ContextResolver;
import java.ws.rs.ext.Provider;
import javax.ws.rs.ext.ContextResolver;
import javax.ws.rs.ext.Provider;
import java.io.IOException;
@Provider

View File

@ -16,10 +16,10 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.inject.Inject;
import javax.validation.constraints.*;

View File

@ -14,8 +14,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaResteasyServerCodegen")
public interface PetApiService {

View File

@ -1,7 +1,7 @@
package org.openapitools.api;
import java.ws.rs.ApplicationPath;
import java.ws.rs.core.Application;
import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;
@ApplicationPath("/v2")
public class RestApplication extends Application {

View File

@ -15,10 +15,10 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.inject.Inject;
import javax.validation.constraints.*;

View File

@ -12,8 +12,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaResteasyServerCodegen")
public interface StoreApiService {

View File

@ -16,10 +16,10 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.inject.Inject;
import javax.validation.constraints.*;

View File

@ -13,8 +13,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaResteasyServerCodegen")
public interface UserApiService {

View File

@ -15,8 +15,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import javax.enterprise.context.RequestScoped;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@RequestScoped
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaResteasyServerCodegen")

View File

@ -13,8 +13,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import javax.enterprise.context.RequestScoped;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@RequestScoped
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaResteasyServerCodegen")

View File

@ -14,8 +14,8 @@ import org.openapitools.api.NotFoundException;
import java.io.InputStream;
import javax.enterprise.context.RequestScoped;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@RequestScoped
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaResteasyServerCodegen")

View File

@ -14,10 +14,10 @@ import java.util.Map;
import java.io.InputStream;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;
import org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput;

View File

@ -13,10 +13,10 @@ import java.util.Map;
import java.io.InputStream;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;

View File

@ -14,10 +14,10 @@ import java.util.Map;
import java.io.InputStream;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;

View File

@ -1,9 +1,9 @@
package org.openapitools.api;
import java.ws.rs.Produces;
import java.ws.rs.core.MediaType;
import java.ws.rs.ext.ContextResolver;
import java.ws.rs.ext.Provider;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.ext.ContextResolver;
import javax.ws.rs.ext.Provider;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -1,7 +1,7 @@
package org.openapitools.api;
import java.ws.rs.ApplicationPath;
import java.ws.rs.core.Application;
import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;
import java.util.Set;
import java.util.HashSet;

View File

@ -13,8 +13,8 @@ import java.util.List;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaResteasyEapServerCodegen")
public class PetApiServiceImpl implements PetApi {

View File

@ -11,8 +11,8 @@ import java.util.List;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaResteasyEapServerCodegen")
public class StoreApiServiceImpl implements StoreApi {

View File

@ -12,8 +12,8 @@ import java.util.List;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaResteasyEapServerCodegen")
public class UserApiServiceImpl implements UserApi {

View File

@ -14,10 +14,10 @@ import java.util.Map;
import java.io.InputStream;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;
import org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput;

View File

@ -13,10 +13,10 @@ import java.util.Map;
import java.io.InputStream;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;

View File

@ -14,10 +14,10 @@ import java.util.Map;
import java.io.InputStream;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;

View File

@ -1,9 +1,9 @@
package org.openapitools.api;
import java.ws.rs.Produces;
import java.ws.rs.core.MediaType;
import java.ws.rs.ext.ContextResolver;
import java.ws.rs.ext.Provider;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.ext.ContextResolver;
import javax.ws.rs.ext.Provider;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -1,7 +1,7 @@
package org.openapitools.api;
import java.ws.rs.ApplicationPath;
import java.ws.rs.core.Application;
import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;
import java.util.Set;
import java.util.HashSet;

View File

@ -13,8 +13,8 @@ import java.util.List;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaResteasyEapServerCodegen")
public class PetApiServiceImpl implements PetApi {

View File

@ -11,8 +11,8 @@ import java.util.List;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaResteasyEapServerCodegen")
public class StoreApiServiceImpl implements StoreApi {

View File

@ -12,8 +12,8 @@ import java.util.List;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaResteasyEapServerCodegen")
public class UserApiServiceImpl implements UserApi {

View File

@ -14,10 +14,10 @@ import java.util.Map;
import java.io.InputStream;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;
import org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput;

View File

@ -13,10 +13,10 @@ import java.util.Map;
import java.io.InputStream;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;

View File

@ -14,10 +14,10 @@ import java.util.Map;
import java.io.InputStream;
import java.ws.rs.core.Context;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import java.ws.rs.*;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.*;
import javax.validation.constraints.*;
import javax.validation.Valid;

View File

@ -1,9 +1,9 @@
package org.openapitools.api;
import java.ws.rs.Produces;
import java.ws.rs.core.MediaType;
import java.ws.rs.ext.ContextResolver;
import java.ws.rs.ext.Provider;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.ext.ContextResolver;
import javax.ws.rs.ext.Provider;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -1,7 +1,7 @@
package org.openapitools.api;
import java.ws.rs.ApplicationPath;
import java.ws.rs.core.Application;
import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;
import java.util.Set;
import java.util.HashSet;

View File

@ -13,8 +13,8 @@ import java.util.List;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaResteasyEapServerCodegen")
public class PetApiServiceImpl implements PetApi {

View File

@ -11,8 +11,8 @@ import java.util.List;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaResteasyEapServerCodegen")
public class StoreApiServiceImpl implements StoreApi {

View File

@ -12,8 +12,8 @@ import java.util.List;
import java.io.InputStream;
import java.ws.rs.core.Response;
import java.ws.rs.core.SecurityContext;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaResteasyEapServerCodegen")
public class UserApiServiceImpl implements UserApi {

Some files were not shown because too many files have changed in this diff Show More