程序包org.springframework.boot.actuate.endpoint.jmx.annotation的分层结构
类分层结构
- java.lang.Object
- org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer<E,
O> (implements org.springframework.boot.actuate.endpoint.EndpointsSupplier<E>) - org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer (implements org.springframework.boot.actuate.endpoint.jmx.JmxEndpointsSupplier)
- org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer<E,
批注接口分层结构
- org.springframework.boot.actuate.endpoint.jmx.annotation.EndpointJmxExtension (implements java.lang.annotation.Annotation)
- org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint (implements java.lang.annotation.Annotation)