Class CommonQueryBinder
java.lang.Object
io.quarkus.mongodb.panache.common.binder.CommonQueryBinder
-
Method Summary
Modifier and TypeMethodDescription(package private) static ObjectparamValue(Object value) Converts parameter values that need special handling before being passed to the MongoDB driver.
-
Method Details
-
paramValue
Converts parameter values that need special handling before being passed to the MongoDB driver. Enums are converted to theirEnum.name()since the driver has no built-in enum codec. All other values are returned as-is — the driver's CodecRegistry handles encoding.
-