Uses of Class
com.qdesrame.openapi.diff.model.Change
-
Packages that use Change Package Description com.qdesrame.openapi.diff.compare com.qdesrame.openapi.diff.model -
-
Uses of Change in com.qdesrame.openapi.diff.compare
Methods in com.qdesrame.openapi.diff.compare with parameters of type Change Modifier and Type Method Description ChangedExtensionDiff. diff(Change extension, DiffContext context) -
Uses of Change in com.qdesrame.openapi.diff.model
Methods in com.qdesrame.openapi.diff.model that return Change Modifier and Type Method Description static <T> Change<T>Change. added(T newValue)static <T> Change<T>Change. changed(T oldValue, T newValue)static <T> Change<T>Change. removed(T oldValue)
-