Searched refs:REPEAT_COUNT (Results 1 – 2 of 2) sorted by relevance
53 public static final String REPEAT_COUNT = "REPEAT_COUNT"; field in JsonConfigConstants
52 JsonConfigConstants.REPEAT_COUNT,150 int repeatCount = validateAndGetIntValue(JsonConfigConstants.REPEAT_COUNT, jsonObject); in deserialize()