| Class | Description |
|---|---|
| SpringCallableResponseEntityRule |
Creates a
Callable as a return type for an endpoint. |
| SpringConfigurableRule |
Common parent for configurable spring rules
|
| SpringControllerDecoratorRule |
A code generation Rule that provides a Spring4 Controller based on a decorator pattern.
|
| SpringControllerInterfaceRule |
A code generation Rule that provides a standalone Controller interface with Spring4 annotations.
|
| SpringControllerStubRule |
A code generation Rule that provides a simple Controller stub class with Spring4 annotations and empty method bodies.
|
| SpringDelegateFieldDeclerationRule |
Creates a private field declaration with a Spring @Autowired annotation.
|
| SpringFeignClientClassAnnotationRule |
Adds a @FeignClient annotation at class level.
|
| SpringFeignClientInterfaceDecoratorRule |
A code generation Rule that provides a standalone
FeignClient. |
| SpringFeignClientResponseTypeRule |
Creates a
ResponseEntity as a return type for an endpoint. |
| SpringMethodParamsRule |
Generates all method parameters with Spring annotations needed for an endpoint defined by ApiMappingMetadata.
|
| SpringRequestMappingClassAnnotationRule |
Adds a @RequestMapping annotation at class level
The "value" of the @RequestMapping is the controller url from the ApiControllerMetadata instance.
|
| SpringRequestMappingMethodAnnotationRule |
Adds a @RequestMapping annotation at method level.
|
| SpringResponseBodyMethodAnnotationRule |
Adds a @ResponseBody annotation to the method if there is response body declared in this endpoints metadata.
|
| SpringResponseEntityRule |
Creates a org.springframework.http.ResponseEntity as a return type for an endpoint.
|
| SpringRestClientMethodBodyRule |
Generates a method body that calls the rest template to execute a REST call.
|
| SpringRestControllerAnnotationRule |
Adds the @Controller or @RestController (depending on Spring Version - 4 by default) annotation to the given JDefinedClass
|
| SpringRestTemplateFieldDeclerationRule |
Creates a private field declaration with a Spring @Autowired annotation.
|
| SpringSimpleCallableResponseTypeRule |
Creates a org.springframework.http.ResponseEntity as a return type for an endpoint.
|
| SpringSimpleResponseTypeRule |
Creates a org.springframework.http.ResponseEntity as a return type for an endpoint.
|
Copyright © 2017. All rights reserved.