public class RequestMappingFactory extends Object
| Constructor and Description |
|---|
RequestMappingFactory() |
| Modifier and Type | Method and Description |
|---|---|
RequestMapping |
createRequestMapping(ExecutableElement methodElement) |
void |
populate(List<org.springframework.web.bind.annotation.RequestMethod> methods,
List<String> produces,
List<String> value,
Annotation annotation,
org.springframework.web.bind.annotation.RequestMethod requestMethod) |
public RequestMapping createRequestMapping(ExecutableElement methodElement)
Copyright © 2016. All rights reserved.