Uses of Class
com.codingapi.springboot.fast.mapping.MvcEndpointMapping
Packages that use MvcEndpointMapping
-
Uses of MvcEndpointMapping in com.codingapi.springboot.fast
Methods in com.codingapi.springboot.fast that return MvcEndpointMappingModifier and TypeMethodDescriptionDataFastConfiguration.mvcEndpointMapping(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping handlerMapping) Methods in com.codingapi.springboot.fast with parameters of type MvcEndpointMappingModifier and TypeMethodDescriptionDataFastConfiguration.mappingRegistrar(MvcEndpointMapping mvcEndpointMapping, JpaExecutor jpaExecutor, List<org.springframework.aop.Advisor> advisors) -
Uses of MvcEndpointMapping in com.codingapi.springboot.fast.registrar
Constructors in com.codingapi.springboot.fast.registrar with parameters of type MvcEndpointMappingModifierConstructorDescriptionMvcMappingRegistrar(MvcEndpointMapping mvcEndpointMapping, JpaExecutor jpaExecutor, List<org.springframework.aop.Advisor> advisors)