Uses of Interface
org.springframework.boot.devtools.remote.server.HandlerMapper
Packages that use HandlerMapper
Package
Description
Auto-configuration for
spring-boot-devtools
.Server support for a remotely running Spring Boot application.
-
Uses of HandlerMapper in org.springframework.boot.devtools.autoconfigure
Methods in org.springframework.boot.devtools.autoconfigure that return HandlerMapperModifier and TypeMethodDescriptionRemoteDevToolsAutoConfiguration.remoteDevToolsHealthCheckHandlerMapper
(ServerProperties serverProperties) Method parameters in org.springframework.boot.devtools.autoconfigure with type arguments of type HandlerMapperModifier and TypeMethodDescriptionRemoteDevToolsAutoConfiguration.remoteDevToolsDispatcherFilter
(AccessManager accessManager, Collection<HandlerMapper> mappers) -
Uses of HandlerMapper in org.springframework.boot.devtools.remote.server
Classes in org.springframework.boot.devtools.remote.server that implement HandlerMapperConstructor parameters in org.springframework.boot.devtools.remote.server with type arguments of type HandlerMapperModifierConstructorDescriptionDispatcher
(AccessManager accessManager, Collection<HandlerMapper> mappers)