Searched refs:STRING_CLASS_NAME (Results 1 – 1 of 1) sorted by relevance
35 private static final String STRING_CLASS_NAME = String.class.getSimpleName(); field in JsonUtils50 } else if (name.equals(STRING_CLASS_NAME)) { in jsonStrToList()81 writer.name(STRING_CLASS_NAME).value((String)o); in listToJsonStr()