Class NullsConstantProvider

    • Method Detail

      • skipper

        public static NullsConstantProvider skipper()
        Static accessor for a stateless instance used as marker, to indicate that all input `null` values should be skipped (ignored), so that no corresponding property value is set (with POJOs), and no content values (array/Collection elements, Map entries) are added.
      • isSkipper

        public static boolean isSkipper​(NullValueProvider p)
        Utility method that can be used to check if given null value provider is "skipper", marker provider that means that all input `null`s should be skipped (ignored), instead of converted
      • isNuller

        public static boolean isNuller​(NullValueProvider p)
        Utility method that can be used to check if given null value provider is "nuller", no-operation provider that will always simply return Java `null` for any and all input `null`s.