Searched refs:REF_KEY (Results 1 – 1 of 1) sorted by relevance
27 public static final String REF_KEY = "@ref"; field in JSOGDeserialize622Test33 "{'@id':'1','foo':66,'next':{'"+REF_KEY+"':'1'}}");83 return REF_KEY.equals(name); in isValidReferencePropertyName()105 JsonNode n = node.get(REF_KEY); in deserialize()107 throw new JsonMappingException(p, "Could not find key '"+REF_KEY in deserialize()120 @JsonProperty(REF_KEY)