类分层结构
接口分层结构
注释类型分层结构
- org.springframework.boot.actuate.endpoint.annotation.Selector (implements java.lang.annotation.Annotation)
- org.springframework.boot.actuate.endpoint.annotation.Endpoint (implements java.lang.annotation.Annotation)
- org.springframework.boot.actuate.endpoint.annotation.WriteOperation (implements java.lang.annotation.Annotation)
- org.springframework.boot.actuate.endpoint.annotation.EndpointConverter (implements java.lang.annotation.Annotation)
- org.springframework.boot.actuate.endpoint.annotation.ReadOperation (implements java.lang.annotation.Annotation)
- org.springframework.boot.actuate.endpoint.annotation.DeleteOperation (implements java.lang.annotation.Annotation)
- org.springframework.boot.actuate.endpoint.annotation.FilteredEndpoint (implements java.lang.annotation.Annotation)
- org.springframework.boot.actuate.endpoint.annotation.EndpointExtension (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)