Package com.github.elibracha.compare
Class HeadersDiff
- java.lang.Object
-
- com.github.elibracha.compare.HeadersDiff
-
public class HeadersDiff extends Object
Created by adarsh.sharma on 28/12/17.
-
-
Constructor Summary
Constructors Constructor Description HeadersDiff(OpenApiDiff openApiDiff)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<com.github.elibracha.model.ChangedHeaders>diff(Map<String,io.swagger.v3.oas.models.headers.Header> left, Map<String,io.swagger.v3.oas.models.headers.Header> right, com.github.elibracha.model.DiffContext context)
-
-
-
Constructor Detail
-
HeadersDiff
public HeadersDiff(OpenApiDiff openApiDiff)
-
-