findFor

fun findFor(clazz: Class<*>?): PrivateInterner<Any>?

This will look at the companion object of a class, and on the super class companion object, to see if they implement Internable, in which case there is a PrivateInterner instance available to do interning. Tolerant of null class references and a lack of companion objects.