Searched refs:JsonRootName (Results 1 – 6 of 6) sorted by relevance
18 public @interface JsonRootName annotation
15 @JsonRootName("rudy")20 @JsonRootName("")
13 @JsonRootName(value = "company")
54 @JsonRootName("root")
105 - Add `@JsonRootName.namespace` to allow specifying of namespace with
284 JsonRootName ann = _findAnnotation(ac, JsonRootName.class); in findRootName()