public class EndpointPathResolver extends Object
| Constructor and Description |
|---|
EndpointPathResolver(org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpointProperties,
org.springframework.boot.autoconfigure.web.ServerProperties serverProperties,
org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties managementServerProperties,
org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
resolve(String endpointName) |
String |
resolveContextPath() |
String |
resolveUrlMapping(String endpointName,
String... mappings) |
public EndpointPathResolver(org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpointProperties,
org.springframework.boot.autoconfigure.web.ServerProperties serverProperties,
org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties managementServerProperties,
org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath)
Copyright © 2020 JBoss by Red Hat. All rights reserved.