Searched refs:withValueInclusion (Results 1 – 5 of 5) sorted by relevance
76 JsonInclude.Value v2 = empty.withValueInclusion(Include.NON_ABSENT); in testSimpleMerge()107 .withValueInclusion(JsonInclude.Include.NON_ABSENT); in testContentMerge76()110 .withValueInclusion(JsonInclude.Include.USE_DEFAULTS); in testContentMerge76()
34 .withValueInclusion(JsonInclude.Include.NON_ABSENT); in findPropertyInclusion()48 .withValueInclusion(JsonInclude.Include.USE_DEFAULTS); in findPropertyInclusion()102 .withValueInclusion(JsonInclude.Include.USE_DEFAULTS); in findPropertyInclusion()
753 return value.withValueInclusion(JsonInclude.Include.ALWAYS); in _refinePropertyInclusion()755 return value.withValueInclusion(JsonInclude.Include.NON_NULL); in _refinePropertyInclusion()757 return value.withValueInclusion(JsonInclude.Include.NON_DEFAULT); in _refinePropertyInclusion()759 return value.withValueInclusion(JsonInclude.Include.NON_EMPTY); in _refinePropertyInclusion()
415 public Value withValueInclusion(Include incl) { in withValueInclusion() method in JsonInclude.Value
180 …JsonInclude.Value customIncl = JsonInclude.Value.empty().withValueInclusion(JsonInclude.Include.NO… in testCopyOfConfigOverrides()