Uses of Class
io.hawt.springboot.EndpointPathResolver
-
Uses of EndpointPathResolver in io.hawt.springboot
Methods in io.hawt.springboot that return EndpointPathResolverModifier and TypeMethodDescriptionHawtioEndpointAutoConfiguration.hawtioEndpointPathResolver(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) Methods in io.hawt.springboot with parameters of type EndpointPathResolverModifier and TypeMethodDescriptionorg.springframework.boot.web.servlet.FilterRegistrationBean<AuthenticationFilter>HawtioManagementConfiguration.authenticationFilter(EndpointPathResolver pathResolver) org.springframework.boot.web.servlet.FilterRegistrationBean<BaseTagHrefFilter>HawtioManagementConfiguration.baseTagHrefFilter(EndpointPathResolver pathResolver) org.springframework.boot.web.servlet.FilterRegistrationBean<FlightRecordingDownloadFacade>HawtioManagementConfiguration.flightRecorderDownloadFacade(EndpointPathResolver pathResolver) HawtioEndpointAutoConfiguration.hawtioEndpoint(EndpointPathResolver endpointPathResolver) org.springframework.web.servlet.handler.SimpleUrlHandlerMappingHawtioManagementConfiguration.hawtioUrlMapping(EndpointPathResolver pathResolver) Constructors in io.hawt.springboot with parameters of type EndpointPathResolverModifierConstructorDescriptionHawtioEndpoint(EndpointPathResolver endpointPath) HawtioManagementConfiguration(EndpointPathResolver pathResolver)