Uses of Class
io.avaje.http.generator.core.ProcessingContext
-
Packages that use ProcessingContext Package Description io.avaje.http.generator.core -
-
Uses of ProcessingContext in io.avaje.http.generator.core
Methods in io.avaje.http.generator.core with parameters of type ProcessingContext Modifier and Type Method Description voidMethodReader. buildApiDocumentation(ProcessingContext ctx)Build the OpenAPI documentation for the method / operation.abstract voidBaseProcessor. writeControllerAdapter(ProcessingContext ctx, ControllerReader reader)Write the adapter code for the given controller.Constructors in io.avaje.http.generator.core with parameters of type ProcessingContext Constructor Description BaseControllerWriter(ControllerReader reader, ProcessingContext ctx)
-