@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, setPathPrefixes
getMappingComparator, getMatchingMapping, handleMatch, handleNoMatch
createHandlerMethod, detectHandlerMethods, getCorsConfiguration, getHandlerMethods, handlerMethodsInitialized, lookupHandlerMethod, registerHandlerMethod, registerMapping, unregisterMapping
formatMappingName, 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.InitializingBean
afterPropertiesSet
in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
public 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.