Uses of Class
com.qdesrame.openapi.diff.model.ChangedContent
-
Packages that use ChangedContent Package Description com.qdesrame.openapi.diff.compare com.qdesrame.openapi.diff.output -
-
Uses of ChangedContent in com.qdesrame.openapi.diff.compare
Methods in com.qdesrame.openapi.diff.compare that return types with arguments of type ChangedContent Modifier and Type Method Description Optional<ChangedContent>ContentDiff. diff(io.swagger.v3.oas.models.media.Content left, io.swagger.v3.oas.models.media.Content right, DiffContext context) -
Uses of ChangedContent in com.qdesrame.openapi.diff.output
Methods in com.qdesrame.openapi.diff.output with parameters of type ChangedContent Modifier and Type Method Description protected StringMarkdownRender. bodyContent(ChangedContent changedContent)protected StringMarkdownRender. bodyContent(String prefix, ChangedContent changedContent)
-