Package io.hawt.springboot
Class EndpointPathResolver
- java.lang.Object
-
- io.hawt.springboot.EndpointPathResolver
-
public class EndpointPathResolver extends java.lang.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 java.lang.Stringresolve(java.lang.String endpointName)java.lang.StringresolveContextPath()java.lang.StringresolveUrlMapping(java.lang.String endpointName, java.lang.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)
-
-