379380381382383384385386
LOGGER.error("invalid type for value: " + value.getClass().toString()); throw new IllegalArgumentException("invalid type for value: " + value.getClass().toString()); } performOperation(key, new SetFieldOperation(value)); }