We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c8952 commit dd7a80bCopy full SHA for dd7a80b
cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResourceType.java
@@ -20,6 +20,7 @@
20
* #L%
21
*/
22
23
+import com.fasterxml.jackson.annotation.JsonAlias;
24
import com.fasterxml.jackson.annotation.JsonProperty;
25
26
/** Resource type as it was perceived by the rendering engine. */
@@ -29,6 +30,7 @@ public enum ResourceType {
29
30
@JsonProperty("Stylesheet")
31
STYLESHEET,
32
@JsonProperty("Image")
33
+ @JsonAlias("Img")
34
IMAGE,
35
@JsonProperty("Media")
36
MEDIA,
0 commit comments