Package io.quarkus.cache.runtime
Class NullValueConverter
- java.lang.Object
-
- io.quarkus.cache.runtime.NullValueConverter
-
public class NullValueConverter extends Object
This class is used to allow the storage ofnullvalues in the Quarkus cache while it is forbidden by the underlying caching provider.
-
-
Constructor Summary
Constructors Constructor Description NullValueConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectfromCacheValue(Object value)static ObjecttoCacheValue(Object value)
-