Package io.hawt.springboot
Class EndpointPathResolver
- java.lang.Object
-
- io.hawt.springboot.EndpointPathResolver
-
public class EndpointPathResolver extends Object
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringresolve(String endpointName)StringresolveContextPath()StringresolveUrlMapping(String endpointName, String... mappings)
-
-
-
Constructor Detail
-
EndpointPathResolver
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)
-
-