Class ChangedRequired
- java.lang.Object
-
- com.github.elibracha.model.ChangedList<String>
-
- com.github.elibracha.model.schema.ChangedRequired
-
- All Implemented Interfaces:
Changed
public class ChangedRequired extends ChangedList<String>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.elibracha.model.ChangedList
ChangedList.SimpleChangedList<T>
-
-
Field Summary
-
Fields inherited from class com.github.elibracha.model.ChangedList
context, newValue, oldValue
-
-
Constructor Summary
Constructors Constructor Description ChangedRequired(List<String> oldValue, List<String> newValue, DiffContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiffResultisItemsChanged()-
Methods inherited from class com.github.elibracha.model.ChangedList
isChanged
-
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
-
-
-
-
Constructor Detail
-
ChangedRequired
public ChangedRequired(List<String> oldValue, List<String> newValue, DiffContext context)
-
-
Method Detail
-
isItemsChanged
public DiffResult isItemsChanged()
- Specified by:
isItemsChangedin classChangedList<String>
-
-