Class JacksonIncludeValue
-
- All Implemented Interfaces:
public class JacksonIncludeValue- Since:
2021-10-28
trydofor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classJacksonIncludeValue.EmptyDates
-
Field Summary
Fields Modifier and Type Field Description public final static JsonInclude.ValueNonEmptyValuepublic final static JsonInclude.ValueNonEmptyDates
-
Method Summary
Modifier and Type Method Description static voidconfigNonEmptyDates(@NotNull() ObjectMapper mapper)static voidconfigNonEmptyValue(@NotNull() ObjectMapper mapper, Array<Class<out Object>> claz)static voidconfig(@NotNull() ObjectMapper mapper, @NotNull() JsonInclude.Value value, Array<Class<out Object>> claz)-
-
Method Detail
-
configNonEmptyDates
static void configNonEmptyDates(@NotNull() ObjectMapper mapper)
-
configNonEmptyValue
static void configNonEmptyValue(@NotNull() ObjectMapper mapper, Array<Class<out Object>> claz)
-
-
-
-