| Interface | Description |
|---|---|
| ConfigurableRule<T,R,M> |
An Extension of the rule interface to represent rules that are configurable
|
| Rule<T,R,M> |
Represents a generic code generation rule (e.g.
|
| Class | Description |
|---|---|
| GenericJavaClassRule |
This is a configurable template rule which generates a Java artefact (class or interface)
based on an ApiControllerMetadata instance.
|
| Spring3ControllerDecoratorRule |
A code generation Rule that provides a Spring4 Controller based on a decorator pattern.
|
| Spring3ControllerInterfaceRule |
A code generation Rule that provides a standalone Controller interface with Spring4 annotations.
|
| Spring3ControllerStubRule |
A code generation Rule that provides a simple Controller stub class with Spring4 annotations and empty method bodies.
|
| Spring4ControllerDecoratorRule |
A code generation Rule that provides a Spring4 Controller based on a decorator pattern.
|
| Spring4ControllerInterfaceRule |
A code generation Rule that provides a standalone Controller interface with Spring4 annotations.
|
| Spring4ControllerStubRule |
A code generation Rule that provides a simple Controller stub class with Spring4 annotations and empty method bodies.
|
| Spring4RestTemplateClientRule |
Builds a client from a parsed RAML document.
|
| SpringFeignClientInterfaceRule |
A code generation Rule that provides a standalone
FeignClient. |
Copyright © 2017. All rights reserved.