Package com.github.elibracha.compare
Class OAuthFlowDiff
- java.lang.Object
-
- com.github.elibracha.compare.OAuthFlowDiff
-
public class OAuthFlowDiff extends Object
Created by adarsh.sharma on 12/01/18.
-
-
Constructor Summary
Constructors Constructor Description OAuthFlowDiff(OpenApiDiff openApiDiff)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<com.github.elibracha.model.ChangedOAuthFlow>diff(io.swagger.v3.oas.models.security.OAuthFlow left, io.swagger.v3.oas.models.security.OAuthFlow right)
-
-
-
Constructor Detail
-
OAuthFlowDiff
public OAuthFlowDiff(OpenApiDiff openApiDiff)
-
-
Method Detail
-
diff
public Optional<com.github.elibracha.model.ChangedOAuthFlow> diff(io.swagger.v3.oas.models.security.OAuthFlow left, io.swagger.v3.oas.models.security.OAuthFlow right)
-
-