类 ServiceRequestMappingConfiguration
java.lang.Object
com.easycode8.fastapi.core.configuration.ServiceRequestMappingConfiguration
@Configuration
@EnableConfigurationProperties(FastApiProperties.class)
public class ServiceRequestMappingConfiguration
extends Object
-
嵌套类概要
嵌套类修饰符和类型类说明static classstatic class -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明methodChooseCustomizer(FastApiProperties webProperties) serviceHandlerMapping(FastApiProperties fastApiProperties, MethodChooseCustomizer methodChooseCustomizer) serviceMethodArgumentResolver(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter requestMappingHandlerAdapter, MethodChooseCustomizer methodChooseCustomizer, com.fasterxml.jackson.databind.ObjectMapper objectMapper) serviceMethodReturnValueHandler(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter requestMappingHandlerAdapter, MethodChooseCustomizer methodChooseCustomizer, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
构造器详细资料
-
ServiceRequestMappingConfiguration
public ServiceRequestMappingConfiguration()
-
-
方法详细资料
-
serviceHandlerMapping
@Bean public ServiceHandlerMapping serviceHandlerMapping(FastApiProperties fastApiProperties, MethodChooseCustomizer methodChooseCustomizer) -
serviceMethodArgumentResolver
@Bean public ServiceMethodArgumentResolver serviceMethodArgumentResolver(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter requestMappingHandlerAdapter, MethodChooseCustomizer methodChooseCustomizer, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
serviceMethodReturnValueHandler
@Bean public ServiceMethodReturnValueHandler serviceMethodReturnValueHandler(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter requestMappingHandlerAdapter, MethodChooseCustomizer methodChooseCustomizer, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
methodChooseCustomizer
@Bean @ConditionalOnMissingBean public MethodChooseCustomizer methodChooseCustomizer(FastApiProperties webProperties)
-