Hierarchy For Package org.springframework.boot.actuate.endpoint.web.annotation
Package Hierarchies:Class Hierarchy
- 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.web.annotation.ControllerEndpointDiscoverer (implements org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier)
- org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer (implements org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier)
- org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer (implements org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier)
- org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer<E,
Interface Hierarchy
- org.springframework.boot.actuate.endpoint.EndpointsSupplier<E>
- org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier
- org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier
- org.springframework.boot.actuate.endpoint.ExposableEndpoint<O>
- org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint (also extends org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint)
- org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
- org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint (also extends org.springframework.boot.actuate.endpoint.ExposableEndpoint<O>)
Annotation Interface Hierarchy
- org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint (implements java.lang.annotation.Annotation)
- org.springframework.boot.actuate.endpoint.web.annotation.EndpointWebExtension (implements java.lang.annotation.Annotation)
- org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint (implements java.lang.annotation.Annotation)
- org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint (implements java.lang.annotation.Annotation)
- org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint (implements java.lang.annotation.Annotation)