File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
src/main/java/com/github/dockerjava/api/command Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11package com .github .dockerjava .api .command ;
22
3+ import com .fasterxml .jackson .annotation .JsonIgnoreProperties ;
34import com .fasterxml .jackson .annotation .JsonProperty ;
5+
46import org .apache .commons .lang .builder .EqualsBuilder ;
57import org .apache .commons .lang .builder .HashCodeBuilder ;
68import org .apache .commons .lang .builder .ToStringBuilder ;
1113 * part of {@link GraphDriver}
1214 * @author Kanstantsin Shautsou
1315 */
16+ @ JsonIgnoreProperties (ignoreUnknown = true )
1417public class GraphData {
1518
1619 @ JsonProperty ("RootDir" )
Original file line number Diff line number Diff line change 11package com .github .dockerjava .api .command ;
22
3+ import com .fasterxml .jackson .annotation .JsonIgnoreProperties ;
34import com .fasterxml .jackson .annotation .JsonProperty ;
5+
46import org .apache .commons .lang .builder .EqualsBuilder ;
57import org .apache .commons .lang .builder .HashCodeBuilder ;
68import org .apache .commons .lang .builder .ToStringBuilder ;
1315 * @author Kanstantsin Shautsou
1416 * @since {@link com.github.dockerjava.core.RemoteApiVersion#VERSION_1_21}
1517 */
18+ @ JsonIgnoreProperties (ignoreUnknown = true )
1619public class GraphDriver {
1720 /**
1821 * @since {@link com.github.dockerjava.core.RemoteApiVersion#VERSION_1_21}
You can’t perform that action at this time.
0 commit comments