open class IdentityNamingStrategy : ObjectNamingStrategy
An implementation of the The resulting |
|
open class KeyNamingStrategy : ObjectNamingStrategy, InitializingBean
Can also check object name mappings, given as |
|
open class MetadataNamingStrategy : ObjectNamingStrategy, InitializingBean
An implementation of the ObjectNamingStrategy interface that reads the Uses the JmxAttributeSource strategy interface, so that metadata can be read using any supported implementation. Out of the box, org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource introspects a well-defined set of Java 5 annotations that come with Spring. |
|
interface SelfNaming
Interface that allows infrastructure components to provide their own Note: This interface is mainly intended for internal usage. |