-
- All Implemented Interfaces:
-
javax.annotation.processing.Processor
@AutoService(value = {Processor.class})@SupportedSourceVersion(value = SourceVersion.RELEASE_8)@SupportedOptions(value = {"kapt.kotlin.generated", "swagger.apiVersion", "swagger.title", "swagger.description", "swagger.host", "swagger.basePath", "swagger.sampleResultDir", "swagger.outputFile", "swagger.cmpSchemaDir", "default.produces", "default.consumes"}) public final class RouteSchemaGenerator extends AbstractProcessor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRouteSchemaGenerator.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ProcessingEnvironmentprocessingEnv
-
Constructor Summary
Constructors Constructor Description RouteSchemaGenerator()
-
Method Summary
Modifier and Type Method Description Set<String>getSupportedAnnotationTypes()Booleanprocess(Set<TypeElement> annotations, RoundEnvironment roundEnv)-
Methods inherited from class io.zeko.restapi.annotation.codegen.RouteSchemaGenerator
getCompletions, getSupportedOptions, getSupportedSourceVersion, init, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getSupportedAnnotationTypes
Set<String> getSupportedAnnotationTypes()
-
process
Boolean process(Set<TypeElement> annotations, RoundEnvironment roundEnv)
-
-
-
-