Class NullValueConverter


  • public class NullValueConverter
    extends Object
    This class is used to allow the storage of null values in the Quarkus cache while it is forbidden by the underlying caching provider.
    • Constructor Detail

      • NullValueConverter

        public NullValueConverter()
    • Method Detail

      • toCacheValue

        public static Object toCacheValue​(Object value)
      • fromCacheValue

        public static Object fromCacheValue​(Object value)