Uses of Class
io.fabric8.zjsonpatch.DiffFlags
-
Packages that use DiffFlags Package Description io.fabric8.zjsonpatch -
-
Uses of DiffFlags in io.fabric8.zjsonpatch
Methods in io.fabric8.zjsonpatch that return DiffFlags Modifier and Type Method Description static DiffFlagsDiffFlags. valueOf(String name)Returns the enum constant of this type with the specified name.static DiffFlags[]DiffFlags. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.fabric8.zjsonpatch that return types with arguments of type DiffFlags Modifier and Type Method Description static EnumSet<DiffFlags>DiffFlags. defaults()static EnumSet<DiffFlags>DiffFlags. dontNormalizeOpIntoMoveAndCopy()Method parameters in io.fabric8.zjsonpatch with type arguments of type DiffFlags Modifier and Type Method Description static com.fasterxml.jackson.databind.JsonNodeJsonDiff. asJson(com.fasterxml.jackson.databind.JsonNode source, com.fasterxml.jackson.databind.JsonNode target, EnumSet<DiffFlags> flags)
-