Constant Field Values
Contents
com.github.*
-
com.github.fge.jsonpatch.operation.AddOperation Modifier and Type Constant Field Value public static final StringOPERATION_NAME"add" -
com.github.fge.jsonpatch.operation.CopyOperation Modifier and Type Constant Field Value public static final StringOPERATION_NAME"copy" -
com.github.fge.jsonpatch.operation.MoveOperation Modifier and Type Constant Field Value public static final StringOPERATION_NAME"move" -
com.github.fge.jsonpatch.operation.OmitOperation Modifier and Type Constant Field Value public static final StringOPERATION_NAME"omit" -
com.github.fge.jsonpatch.operation.OmitOptionalOperation Modifier and Type Constant Field Value public static final StringOPERATION_NAME"omit?" -
com.github.fge.jsonpatch.operation.RemoveOperation Modifier and Type Constant Field Value public static final StringOPERATION_NAME"remove" -
com.github.fge.jsonpatch.operation.ReplaceOperation Modifier and Type Constant Field Value public static final StringOPERATION_NAME"replace" -
com.github.fge.jsonpatch.operation.TestOperation Modifier and Type Constant Field Value public static final StringOPERATION_NAME"test"