@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
| Constructor and Description |
|---|
FunctionHandlerMapping(FunctionCatalog catalog,
FunctionController controller) |
| 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, resolveEmbeddedValuesInPatterns, setContentTypeResolver, setEmbeddedValueResolver, setPathPrefixesgetMappingComparator, getMatchingMapping, handleMatch, handleNoMatchcreateHandlerMethod, detectHandlerMethods, getCorsConfiguration, getHandlerMethods, handlerMethodsInitialized, lookupHandlerMethod, registerHandlerMethod, registerMapping, unregisterMappingformatMappingName, getCorsProcessor, getHandler, getOrder, getPathPatternParser, setBeanName, setCorsConfigurations, setCorsConfigurationSource, setCorsProcessor, setOrder, setUseCaseSensitiveMatch, setUseTrailingSlashMatch@Autowired public FunctionHandlerMapping(FunctionCatalog catalog, FunctionController controller)
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.AbstractHandlerMethodMapping<org.springframework.web.reactive.result.method.RequestMappingInfo>protected void initHandlerMethods()
initHandlerMethods in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping<org.springframework.web.reactive.result.method.RequestMappingInfo>Copyright © 2019 Pivotal Software, Inc.. All rights reserved.