Uses of Annotation Type
org.apache.druid.guice.annotations.JsonNonNull
Packages that use JsonNonNull
-
Uses of JsonNonNull in org.apache.druid.guice
Methods in org.apache.druid.guice with annotations of type JsonNonNullModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapperDruidSecondaryModule.getJsonMapperOnlyNonNullValueSerialization(com.google.inject.Injector injector) Constructor parameters in org.apache.druid.guice with annotations of type JsonNonNullModifierConstructorDescriptionDruidSecondaryModule(Properties properties, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper jsonMapperOnlyNonNullValueSerialization, com.fasterxml.jackson.databind.ObjectMapper smileMapper, javax.validation.Validator validator) -
Uses of JsonNonNull in org.apache.druid.jackson
Methods in org.apache.druid.jackson with annotations of type JsonNonNullModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapperJacksonModule.jsonMapperOnlyNonNullValue(Properties props) Provides ObjectMapper that suppress serializing properties with null values