Package com.github.elibracha.model
Class ChangedParameters
- java.lang.Object
-
- com.github.elibracha.model.ChangedParameters
-
- All Implemented Interfaces:
Changed,ComposedChanged
public class ChangedParameters extends Object implements ComposedChanged
-
-
Constructor Summary
Constructors Constructor Description ChangedParameters(List<io.swagger.v3.oas.models.parameters.Parameter> oldParameterList, List<io.swagger.v3.oas.models.parameters.Parameter> newParameterList, DiffContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Changed>getChangedElements()DiffResultisCoreChanged()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.elibracha.model.Changed
isCompatible, isDifferent, isIncompatible, isUnchanged
-
Methods inherited from interface com.github.elibracha.model.ComposedChanged
isChanged
-
-
-
-
Constructor Detail
-
ChangedParameters
public ChangedParameters(List<io.swagger.v3.oas.models.parameters.Parameter> oldParameterList, List<io.swagger.v3.oas.models.parameters.Parameter> newParameterList, DiffContext context)
-
-
Method Detail
-
getChangedElements
public List<Changed> getChangedElements()
- Specified by:
getChangedElementsin interfaceComposedChanged
-
isCoreChanged
public DiffResult isCoreChanged()
- Specified by:
isCoreChangedin interfaceComposedChanged
-
-