@Configuration
@ConditionalOnClass(value=org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping.class)
public class FunctionHandlerMapping
extends org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
implements org.springframework.beans.factory.InitializingBean
mappingsLogger| Constructor and Description |
|---|
FunctionHandlerMapping(FunctionCatalog catalog,
FunctionController controller,
FunctionProperties functionProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
reactor.core.publisher.Mono<org.springframework.web.method.HandlerMethod> |
getHandlerInternal(org.springframework.web.server.ServerWebExchange request) |
protected void |
initHandlerMethods() |
createRequestMappingInfo, getContentTypeResolver, getCustomMethodCondition, getCustomTypeCondition, getMappingForMethod, getPathPrefixes, initCorsConfiguration, isHandler, registerHandlerMethod, registerMapping, resolveEmbeddedValuesInPatterns, setContentTypeResolver, setEmbeddedValueResolver, setPathPrefixesgetDirectPaths, getMappingComparator, getMatchingMapping, handleMatch, handleNoMatchcreateHandlerMethod, detectHandlerMethods, getCorsConfiguration, getHandlerMethods, handlerMethodsInitialized, hasCorsConfigurationSource, lookupHandlerMethod, unregisterMappingformatMappingName, getCorsProcessor, getHandler, getOrder, getPathPatternParser, setBeanName, setCorsConfigurations, setCorsConfigurationSource, setCorsProcessor, setOrder, setUseCaseSensitiveMatch, setUseTrailingSlashMatch@Autowired public FunctionHandlerMapping(FunctionCatalog catalog, FunctionController controller, FunctionProperties functionProperties)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMappingpublic reactor.core.publisher.Mono<org.springframework.web.method.HandlerMethod> getHandlerInternal(org.springframework.web.server.ServerWebExchange request)
getHandlerInternal in class org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMappingprotected void initHandlerMethods()
initHandlerMethods in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping<org.springframework.web.reactive.result.method.RequestMappingInfo>Copyright © 2021 Pivotal Software, Inc.. All rights reserved.