Class ExposeAnnotationProcessor
java.lang.Object
com.thewinterframework.service.processor.ExposeAnnotationProcessor
- All Implemented Interfaces:
WinterAnnotationProcessor
@AutoService(WinterAnnotationProcessor.class)
public class ExposeAnnotationProcessor
extends Object
implements WinterAnnotationProcessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgenerateFile(ProcessorContext ctx, String templatePath, String prefix, Iterable<TypeElement> elements) Set<Class<? extends Annotation>> voidhandle(TypeElement annotation, Set<? extends Element> elements, ProcessorContext ctx) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.thewinterframework.processor.handler.WinterAnnotationProcessor
onInit, onProcessingComplete, onRoundEnd
-
Field Details
-
ELEMENT_PATTERN
-
-
Constructor Details
-
ExposeAnnotationProcessor
public ExposeAnnotationProcessor()
-
-
Method Details
-
getSupportedAnnotations
- Specified by:
getSupportedAnnotationsin interfaceWinterAnnotationProcessor
-
onRoundStart
- Specified by:
onRoundStartin interfaceWinterAnnotationProcessor
-
handle
- Specified by:
handlein interfaceWinterAnnotationProcessor
-
generateFile
public static void generateFile(ProcessorContext ctx, String templatePath, String prefix, Iterable<TypeElement> elements)
-