Constant Field Values


Contents
com.github.*

com.github.fge.jsonpatch.operation.AddOperation
public static final String OPERATION_NAME "add"

com.github.fge.jsonpatch.operation.CopyOperation
public static final String OPERATION_NAME "copy"

com.github.fge.jsonpatch.operation.MoveOperation
public static final String OPERATION_NAME "move"

com.github.fge.jsonpatch.operation.OmitOperation
public static final String OPERATION_NAME "omit"

com.github.fge.jsonpatch.operation.OmitOptionalOperation
public static final String OPERATION_NAME "omit?"

com.github.fge.jsonpatch.operation.RemoveOperation
public static final String OPERATION_NAME "remove"

com.github.fge.jsonpatch.operation.ReplaceOperation
public static final String OPERATION_NAME "replace"

com.github.fge.jsonpatch.operation.TestOperation
public static final String OPERATION_NAME "test"

com.github.fge.jsonpatch.operation.TranslateOperation
public static final String OPERATION_NAME "translate"

com.github.fge.jsonpatch.operation.TranslateOptionalOperation
public static final String OPERATION_NAME "translate?"