open class IdentityNamingStrategy : ObjectNamingStrategy
An implementation of the ObjectNamingStrategy interface that creates a name based on the identity of a given instance.
The resulting ObjectName will be in the form package:class=class name,hashCode=identity hash (in hex)
Author
Rob Harrop
Author
Juergen Hoeller
Since
1.2
IdentityNamingStrategy()
An implementation of the The resulting |
static val HASH_CODE_KEY: String |
|
static val TYPE_KEY: String |
open fun getObjectName(managedBean: Any, beanKey: String): ObjectName
Returns an instance of |