File tree 2 files changed +6
-0
lines changed
src/main/java/com/github/dockerjava/api/command 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
package com .github .dockerjava .api .command ;
2
2
3
+ import com .fasterxml .jackson .annotation .JsonIgnoreProperties ;
3
4
import com .fasterxml .jackson .annotation .JsonProperty ;
5
+
4
6
import org .apache .commons .lang .builder .EqualsBuilder ;
5
7
import org .apache .commons .lang .builder .HashCodeBuilder ;
6
8
import org .apache .commons .lang .builder .ToStringBuilder ;
11
13
* part of {@link GraphDriver}
12
14
* @author Kanstantsin Shautsou
13
15
*/
16
+ @ JsonIgnoreProperties (ignoreUnknown = true )
14
17
public class GraphData {
15
18
16
19
@ JsonProperty ("RootDir" )
Original file line number Diff line number Diff line change 1
1
package com .github .dockerjava .api .command ;
2
2
3
+ import com .fasterxml .jackson .annotation .JsonIgnoreProperties ;
3
4
import com .fasterxml .jackson .annotation .JsonProperty ;
5
+
4
6
import org .apache .commons .lang .builder .EqualsBuilder ;
5
7
import org .apache .commons .lang .builder .HashCodeBuilder ;
6
8
import org .apache .commons .lang .builder .ToStringBuilder ;
13
15
* @author Kanstantsin Shautsou
14
16
* @since {@link com.github.dockerjava.core.RemoteApiVersion#VERSION_1_21}
15
17
*/
18
+ @ JsonIgnoreProperties (ignoreUnknown = true )
16
19
public class GraphDriver {
17
20
/**
18
21
* @since {@link com.github.dockerjava.core.RemoteApiVersion#VERSION_1_21}
You can’t perform that action at this time.
0 commit comments