How to hardcode a binding behavior into a value converter?

Anyone know whether and how one can bake a binding behavior into a value converter?

In my case I have a value converter that I always want to work on blur, and I don’t want to have to make that happen by adding & updateTrigger:'blur' to every instance of the use of the value converter in the html.

Thanks for any suggestions.