@NonNullApi @NonNullFields
See: Description
| Interface | Description | 
|---|---|
| ObjectNamingStrategy | Strategy interface that encapsulates the creation of  ObjectNameinstances. | 
| SelfNaming | Interface that allows infrastructure components to provide their own
  ObjectNames to theMBeanExporter. | 
| Class | Description | 
|---|---|
| IdentityNamingStrategy | An implementation of the  ObjectNamingStrategyinterface that
 creates a name based on the identity of a given instance. | 
| KeyNamingStrategy | ObjectNamingStrategyimplementation that buildsObjectNameinstances from the key used in the
 "beans" map passed toMBeanExporter. | 
| MetadataNamingStrategy | An implementation of the  ObjectNamingStrategyinterface
 that reads theObjectNamefrom the source-level metadata. |