loadHashingForOrNull
fun <Element> KoneContextRegistry.loadHashingForOrNull(suppliedElementType: SuppliedType<Element>): Hashing<Element>?(source)
Shortcut for getting Hashing context for the given suppliedElementType or null
if there is no such context in the registry.