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 1c5a9e1 commit 9b1a8feCopy full SHA for 9b1a8fe
src/main/java/com/github/dockerjava/api/model/ServiceGlobalModeOptions.java
@@ -1,5 +1,6 @@
1
package com.github.dockerjava.api.model;
2
3
+import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
4
import com.github.dockerjava.core.RemoteApiVersion;
5
import org.apache.commons.lang.builder.EqualsBuilder;
6
import org.apache.commons.lang.builder.HashCodeBuilder;
@@ -11,6 +12,7 @@
11
12
/**
13
* @since {@link RemoteApiVersion#VERSION_1_24}
14
*/
15
+@JsonIgnoreProperties(ignoreUnknown = true)
16
public class ServiceGlobalModeOptions implements Serializable {
17
public static final long serialVersionUID = 1L;
18
0 commit comments