Class NullValueConverter

java.lang.Object
io.quarkus.cache.runtime.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 Details

    • NullValueConverter

      public NullValueConverter()
  • Method Details

    • toCacheValue

      public static Object toCacheValue(Object value)
    • fromCacheValue

      public static Object fromCacheValue(Object value)