File tree Expand file tree Collapse file tree
src/main/java/com/github/dockerjava/api/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package com .github .dockerjava .api .model ;
22
33import com .fasterxml .jackson .annotation .JsonIgnoreProperties ;
4+ import com .fasterxml .jackson .annotation .JsonInclude ;
45import com .fasterxml .jackson .annotation .JsonProperty ;
56import com .github .dockerjava .core .RemoteApiVersion ;
67import org .apache .commons .lang .builder .EqualsBuilder ;
1920 * @since {@link RemoteApiVersion#VERSION_1_24}
2021 */
2122@ JsonIgnoreProperties (ignoreUnknown = true )
23+ @ JsonInclude (JsonInclude .Include .NON_NULL )
2224public class ContainerSpec implements Serializable {
2325 public static final Long serialVersionUID = 1L ;
2426
Original file line number Diff line number Diff line change 11package com .github .dockerjava .api .model ;
22
3+ import com .fasterxml .jackson .annotation .JsonIgnoreProperties ;
4+ import com .fasterxml .jackson .annotation .JsonInclude ;
35import com .fasterxml .jackson .annotation .JsonProperty ;
46import com .github .dockerjava .core .RemoteApiVersion ;
57import org .apache .commons .lang .builder .EqualsBuilder ;
1416/**
1517 * @since {@link RemoteApiVersion#VERSION_1_24}
1618 */
19+ @ JsonIgnoreProperties (ignoreUnknown = true )
20+ @ JsonInclude (JsonInclude .Include .NON_NULL )
1721public class EndpointSpec implements Serializable {
1822 public static final Long serialVersionUID = 1L ;
1923
Original file line number Diff line number Diff line change 11package com .github .dockerjava .api .model ;
22
3+ import com .fasterxml .jackson .annotation .JsonIgnoreProperties ;
4+ import com .fasterxml .jackson .annotation .JsonInclude ;
35import com .fasterxml .jackson .annotation .JsonProperty ;
46import com .github .dockerjava .core .RemoteApiVersion ;
57import org .apache .commons .lang .builder .EqualsBuilder ;
1315/**
1416 * @since {@link RemoteApiVersion#VERSION_1_24}
1517 */
18+ @ JsonIgnoreProperties (ignoreUnknown = true )
19+ @ JsonInclude (JsonInclude .Include .NON_NULL )
1620public class ResourceSpecs implements Serializable {
1721 public static final Long serialVersionUID = 1L ;
1822
Original file line number Diff line number Diff line change 11package com .github .dockerjava .api .model ;
22
33import com .fasterxml .jackson .annotation .JsonIgnoreProperties ;
4+ import com .fasterxml .jackson .annotation .JsonInclude ;
45import com .fasterxml .jackson .annotation .JsonProperty ;
56import com .github .dockerjava .core .RemoteApiVersion ;
67import org .apache .commons .lang .builder .EqualsBuilder ;
1718 * @since {@link RemoteApiVersion#VERSION_1_24}
1819 */
1920@ JsonIgnoreProperties (ignoreUnknown = true )
21+ @ JsonInclude (JsonInclude .Include .NON_NULL )
2022public class ServiceSpec implements Serializable {
2123 public static final Long serialVersionUID = 1L ;
2224
Original file line number Diff line number Diff line change 11package com .github .dockerjava .api .model ;
22
33import com .fasterxml .jackson .annotation .JsonIgnoreProperties ;
4+ import com .fasterxml .jackson .annotation .JsonInclude ;
45import com .fasterxml .jackson .annotation .JsonProperty ;
56import com .github .dockerjava .core .RemoteApiVersion ;
67import org .apache .commons .lang .builder .EqualsBuilder ;
1516 * @since {@link RemoteApiVersion#VERSION_1_24}
1617 */
1718@ JsonIgnoreProperties (ignoreUnknown = true )
19+ @ JsonInclude (JsonInclude .Include .NON_NULL )
1820public class TaskSpec implements Serializable {
1921 public static final Long serialVersionUID = 1L ;
2022
You can’t perform that action at this time.
0 commit comments