Class MvcEndpointMapping
java.lang.Object
com.codingapi.springboot.fast.mapping.MvcEndpointMapping
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMapping(String url, org.springframework.web.bind.annotation.RequestMethod requestMethod, Object handler, Method method) add mvc mapping
-
Constructor Details
-
MvcEndpointMapping
public MvcEndpointMapping()
-
-
Method Details