Uses of Class
com.github.elibracha.model.DiffContext
-
Packages that use DiffContext Package Description com.github.elibracha.model com.github.elibracha.model.schema -
-
Uses of DiffContext in com.github.elibracha.model
Fields in com.github.elibracha.model declared as DiffContext Modifier and Type Field Description protected DiffContextChangedList. contextprotected DiffContextChangedSchema. contextMethods in com.github.elibracha.model that return DiffContext Modifier and Type Method Description DiffContextDiffContext. copyAsRequest()DiffContextDiffContext. copyAsResponse()DiffContextDiffContext. copyWithMethod(io.swagger.v3.oas.models.PathItem.HttpMethod method)DiffContextDiffContext. copyWithRequired(boolean required)DiffContextDiffContext. setParameters(Map<String,String> parameters)DiffContextDiffContext. setUrl(String url)Constructors in com.github.elibracha.model with parameters of type DiffContext Constructor Description ChangedApiResponse(io.swagger.v3.oas.models.responses.ApiResponses oldApiResponses, io.swagger.v3.oas.models.responses.ApiResponses newApiResponses, DiffContext context)ChangedContent(io.swagger.v3.oas.models.media.Content oldContent, io.swagger.v3.oas.models.media.Content newContent, DiffContext context)ChangedExtensions(Map<String,Object> oldExtensions, Map<String,Object> newExtensions, DiffContext context)ChangedHeader(io.swagger.v3.oas.models.headers.Header oldHeader, io.swagger.v3.oas.models.headers.Header newHeader, DiffContext context)ChangedHeaders(Map<String,io.swagger.v3.oas.models.headers.Header> oldHeaders, Map<String,io.swagger.v3.oas.models.headers.Header> newHeaders, DiffContext context)ChangedList(List<T> oldValue, List<T> newValue, DiffContext context)ChangedMediaType(io.swagger.v3.oas.models.media.Schema oldSchema, io.swagger.v3.oas.models.media.Schema newSchema, DiffContext context)ChangedOneOfSchema(Map<String,String> oldMapping, Map<String,String> newMapping, DiffContext context)ChangedParameter(String name, String in, DiffContext context)ChangedParameters(List<io.swagger.v3.oas.models.parameters.Parameter> oldParameterList, List<io.swagger.v3.oas.models.parameters.Parameter> newParameterList, DiffContext context)ChangedPath(String pathUrl, io.swagger.v3.oas.models.PathItem oldPath, io.swagger.v3.oas.models.PathItem newPath, DiffContext context)ChangedRequestBody(io.swagger.v3.oas.models.parameters.RequestBody oldRequestBody, io.swagger.v3.oas.models.parameters.RequestBody newRequestBody, DiffContext context)ChangedResponse(io.swagger.v3.oas.models.responses.ApiResponse oldApiResponse, io.swagger.v3.oas.models.responses.ApiResponse newApiResponse, DiffContext context) -
Uses of DiffContext in com.github.elibracha.model.schema
Constructors in com.github.elibracha.model.schema with parameters of type DiffContext Constructor Description ChangedEnum(List<T> oldValue, List<T> newValue, DiffContext context)ChangedMaxLength(Integer oldValue, Integer newValue, DiffContext context)ChangedReadOnly(Boolean oldValue, Boolean newValue, DiffContext context)ChangedRequired(List<String> oldValue, List<String> newValue, DiffContext context)ChangedWriteOnly(Boolean oldValue, Boolean newValue, DiffContext context)
-