@Parameter(required=false,
description="The attribute into which the JSON string of this item should be stored. Default is \'@json\'.")
public void setKey(String key)
Parameters:
key - the key to set
isRemove
public boolean isRemove()
Returns:
the remove
setRemove
@Parameter(required=false,
description="Set to \'true\' if you want the attribute from which the JSON object has been parsed to be removed.")
public void setRemove(boolean remove)
@Parameter(required=false,
description="An optional prefix that will be prepended to the attributes/keys parsed from the JSON string.")
public void setPrefix(String prefix)