Class ParentAwareNamingStrategy

java.lang.Object
org.springframework.jmx.export.naming.MetadataNamingStrategy
org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
All Implemented Interfaces:
Aware, InitializingBean, ApplicationContextAware, ObjectNamingStrategy

public class ParentAwareNamingStrategy extends MetadataNamingStrategy implements ApplicationContextAware
Extension of MetadataNamingStrategy that supports a parent ApplicationContext.
Since:
1.1.1
Author:
Dave Syer