JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
F
G
I
M
N
P
R
T
C
consumes
- Variable in class foo.zaaarf.routecartographer.
Route
The media types consumed by the endpoint.
D
defaultValue
- Variable in class foo.zaaarf.routecartographer.
Route.Param
The default value of the parameter.
deprecated
- Variable in class foo.zaaarf.routecartographer.
Route
Whether the endpoint is deprecated.
DTO(String, Route.Param...)
- Constructor for class foo.zaaarf.routecartographer.
Route.DTO
The one and only constructor.
F
fields
- Variable in class foo.zaaarf.routecartographer.
Route.DTO
An array of
Route.Param
representing the type's fields.
foo.zaaarf.routecartographer
- package foo.zaaarf.routecartographer
FQN
- Variable in class foo.zaaarf.routecartographer.
Route.DTO
Fully-qualified name of the type.
G
getSupportedAnnotationTypes()
- Method in class foo.zaaarf.routecartographer.
RouteCartographer
I
inputType
- Variable in class foo.zaaarf.routecartographer.
Route
A
Route.DTO
representing the request body.
M
methods
- Variable in class foo.zaaarf.routecartographer.
Route
The supported
RequestMethod
s, as strings.
N
name
- Variable in class foo.zaaarf.routecartographer.
Route.Param
The name of the parameter.
P
Param(String, String, String)
- Constructor for class foo.zaaarf.routecartographer.
Route.Param
The one and only constructor.
params
- Variable in class foo.zaaarf.routecartographer.
Route
An array of
Route.Param
s, representing parameters accepted by the endpoint.
paths
- Variable in class foo.zaaarf.routecartographer.
Route
The paths of the endpoint.
process(Set<? extends TypeElement>, RoundEnvironment)
- Method in class foo.zaaarf.routecartographer.
RouteCartographer
Processes Spring's annotations, NOT claiming them for itself.
produces
- Variable in class foo.zaaarf.routecartographer.
Route
The media types produced by the endpoint.
R
returnType
- Variable in class foo.zaaarf.routecartographer.
Route
A
Route.DTO
representing the response body.
Route
- Class in
foo.zaaarf.routecartographer
Representation of a REST route.
Route(String[], RequestMethod[], String[], String[], boolean, Route.DTO, Route.DTO, Route.Param...)
- Constructor for class foo.zaaarf.routecartographer.
Route
The one and only constructor.
Route.DTO
- Class in
foo.zaaarf.routecartographer
Representation of a DTO type.
Route.Param
- Class in
foo.zaaarf.routecartographer
Representation of a parameter of a REST route.
RouteCartographer
- Class in
foo.zaaarf.routecartographer
The main processor class.
RouteCartographer()
- Constructor for class foo.zaaarf.routecartographer.
RouteCartographer
Default constructor, it only initialises
annotationClasses
.
T
typeFQN
- Variable in class foo.zaaarf.routecartographer.
Route.Param
The fully-qualified name of the expected type of the parameter.
C
D
F
G
I
M
N
P
R
T
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes