| Class | Description |
|---|---|
| ClassAnnotationRule |
Adds the specified annotation to the given JDefinedClass
|
| ClassCommentRule |
Generates a simple class comment.
|
| ClassFieldDeclarationRule |
Creates a private field declaration for a RestTemplateClass with a Spring @Autowired annotation or a @Value
annotation with a customizable value.
|
| ClientInterfaceDeclarationRule |
Generates an interface declaration based on the controller name in ApiControllerMetadata.
|
| ControllerClassDeclarationRule |
Generates an class declaration based on the controller name in ApiControllerMetadata.
|
| ControllerInterfaceDeclarationRule |
Generates an interface declaration based on the controller name in ApiControllerMetadata.
|
| ControllerMethodSignatureRule |
Generates a method signature for an endpoint defined by an ApiMappingMetadata instance.
|
| DelegatingMethodBodyRule |
Generates a method body that delegates the method call to a private field.
|
| ImplementMeMethodBodyRule |
Generates an empty method body returning null and a TODO comment.
|
| ImplementsControllerInterfaceRule |
Generates an implements expression based on a given JDefinedClass.
|
| MethodCommentRule |
A simple method comment.
|
| MethodParamsRule |
Generates all method parameters needed for an endpoint defined by ApiMappingMetadata.
|
| PackageRule |
Generates a simple package declaration based on the base package defined in ApiControllerMetadata.
|
| ResourceClassDeclarationRule |
Generates an class declaration based on the controller name in ApiControllerMetadata.
|
| SpringFeignClientInterfaceDeclarationRule |
Generates an interface declaration based on the controller name in ApiControllerMetadata.
|
Copyright © 2017. All rights reserved.