File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
spring-core/src/main/java/org/springframework/util
spring-web/src/main/java/org/springframework/http Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -67,18 +67,20 @@ public abstract class MimeTypeUtils {
67
67
68
68
/**
69
69
* Public constant mime type for {@code application/graphql+json}.
70
+ * @since 5.3.19
70
71
* @see <a href="https://github.com/graphql/graphql-over-http">GraphQL over HTTP spec</a>
71
- * * /
72
+ */
72
73
public static final MimeType APPLICATION_GRAPHQL ;
73
74
74
75
/**
75
76
* A String equivalent of {@link MimeTypeUtils#APPLICATION_GRAPHQL}.
77
+ * @since 5.3.19
76
78
*/
77
79
public static final String APPLICATION_GRAPHQL_VALUE = "application/graphql+json" ;
78
80
79
81
/**
80
82
* Public constant mime type for {@code application/json}.
81
- * * /
83
+ */
82
84
public static final MimeType APPLICATION_JSON ;
83
85
84
86
/**
Original file line number Diff line number Diff line change @@ -97,12 +97,14 @@ public class MediaType extends MimeType implements Serializable {
97
97
98
98
/**
99
99
* Public constant media type for {@code application/graphql+json}.
100
+ * @since 5.3.19
100
101
* @see <a href="https://github.com/graphql/graphql-over-http">GraphQL over HTTP spec</a>
101
102
*/
102
103
public static final MediaType APPLICATION_GRAPHQL ;
103
104
104
105
/**
105
106
* A String equivalent of {@link MediaType#APPLICATION_GRAPHQL}.
107
+ * @since 5.3.19
106
108
*/
107
109
public static final String APPLICATION_GRAPHQL_VALUE = "application/graphql+json" ;
108
110
You can’t perform that action at this time.
0 commit comments