File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3 Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1616
1717package org .cloudfoundry .client .v3 ;
1818
19+ import com .fasterxml .jackson .annotation .JsonInclude ;
1920import com .fasterxml .jackson .annotation .JsonProperty ;
2021import com .fasterxml .jackson .databind .annotation .JsonDeserialize ;
2122import org .cloudfoundry .AllowNulls ;
@@ -35,6 +36,7 @@ abstract class _Metadata {
3536 * The metadata annotations
3637 */
3738 @ JsonProperty ("annotations" )
39+ @ JsonInclude
3840 @ AllowNulls
3941 @ Nullable
4042 abstract Map <String , String > getAnnotations ();
@@ -43,6 +45,7 @@ abstract class _Metadata {
4345 * The metadata labels
4446 */
4547 @ JsonProperty ("labels" )
48+ @ JsonInclude
4649 @ AllowNulls
4750 @ Nullable
4851 abstract Map <String , String > getLabels ();
You can’t perform that action at this time.
0 commit comments