Class JacksonIncludeValue

  • All Implemented Interfaces:

    
    public class JacksonIncludeValue
    
                        
    Since:

    2021-10-28

    Author:

    trydofor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static JsonInclude.Value NonEmptyValue
      public final static JsonInclude.Value NonEmptyDates
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static void configNonEmptyDates(@NotNull() ObjectMapper mapper)
      static void configNonEmptyValue(@NotNull() ObjectMapper mapper, Array<Class<out Object>> claz)
      static void config(@NotNull() ObjectMapper mapper, @NotNull() JsonInclude.Value value, Array<Class<out Object>> claz)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait