Uses of Class
com.qdesrame.openapi.diff.model.Change.Type
-
Packages that use Change.Type Package Description com.qdesrame.openapi.diff.compare com.qdesrame.openapi.diff.model -
-
Uses of Change.Type in com.qdesrame.openapi.diff.compare
Methods in com.qdesrame.openapi.diff.compare with parameters of type Change.Type Modifier and Type Method Description default booleanExtensionDiff. isParentApplicable(Change.Type type, Object object, Object extension, DiffContext context)booleanExtensionsDiff. isParentApplicable(Change.Type type, Object parent, Map<String,Object> extensions, DiffContext context) -
Uses of Change.Type in com.qdesrame.openapi.diff.model
Methods in com.qdesrame.openapi.diff.model that return Change.Type Modifier and Type Method Description static Change.TypeChange.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Change.Type[]Change.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-