Uses of Enum
de.serra.so_dirty.difference.DifferenceType
Packages that use DifferenceType
-
Uses of DifferenceType in de.serra.so_dirty.difference
Methods in de.serra.so_dirty.difference that return DifferenceTypeModifier and TypeMethodDescriptionstatic DifferenceTypeReturns the enum constant of this type with the specified name.static DifferenceType[]DifferenceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.serra.so_dirty.difference that return types with arguments of type DifferenceTypeModifier and TypeMethodDescriptionDifferenceNode.EmptyDifferenceNode.getTypes()DifferenceNode.getTypes()Describes in what way the current node changed.DifferenceNodes.getTypes()LeafDifferenceNode.getTypes()MapDifferenceNode.getTypes()default Set<DifferenceType>DifferenceNode.getTypesRecursive()All theDifferenceTypein the hierarchy.Methods in de.serra.so_dirty.difference with parameters of type DifferenceTypeModifier and TypeMethodDescriptiondefault booleanDifferenceNode.isDifferent(DifferenceType @Nullable ... types) Did the node change in one of the ways described by types.default booleanDifferenceNode.isDifferent(String path, DifferenceType @Nullable ... types) Convenience method fordifferenceNode.getChild("myPath").isDifferent(types...);default booleanDifferenceNode.isDifferentRecursive(DifferenceType @Nullable ... types) Did the current node or one of its children change?Constructors in de.serra.so_dirty.difference with parameters of type DifferenceTypeModifierConstructorDescriptionDifferenceNodes(String name, DifferenceType @Nullable ... types) Constructs.DifferenceNodes(String name, @Nullable Character pathSeparator, DifferenceType @Nullable ... types) Constructs.LeafDifferenceNode(String path, DifferenceType @Nullable ... types) Constructs.Constructor parameters in de.serra.so_dirty.difference with type arguments of type DifferenceTypeModifierConstructorDescriptionMapDifferenceNode(String name, @Nullable Set<DifferenceType> types, int removedKeys, int addedKeys, Map<@Nullable Object, DifferenceNode> differentValues) Constructs.