Class ClassWireProcessor
java.lang.Object
com.thewinterframework.processor.clazz.ClassWireProcessor
- All Implemented Interfaces:
WinterAnnotationProcessor
- Direct Known Subclasses:
ModuleComponentAnnotationProcessor,ProviderAnnotationProcessor,ServiceAnnotationProcessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcanonicalWiredClassName(WinterPlugin plugin, Class<? extends Annotation> annotation) protected booleanfilter(TypeElement annotation, Element element, ProcessorContext ctx) final Set<Class<? extends Annotation>> voidhandle(TypeElement annotation, Set<? extends Element> elements, ProcessorContext ctx) voidvoidprotected abstract Class<? extends Annotation> static StringwiredClassName(Class<? extends Annotation> annotation) Methods 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
onRoundEnd, onRoundStart
-
Field Details
-
env
-
-
Constructor Details
-
ClassWireProcessor
public ClassWireProcessor()
-
-
Method Details
-
onInit
- Specified by:
onInitin interfaceWinterAnnotationProcessor
-
getSupportedAnnotations
- Specified by:
getSupportedAnnotationsin interfaceWinterAnnotationProcessor
-
wiredClassName
-
canonicalWiredClassName
public static String canonicalWiredClassName(WinterPlugin plugin, Class<? extends Annotation> annotation) -
wiredAnnotation
-
filter
-
handle
- Specified by:
handlein interfaceWinterAnnotationProcessor
-
onProcessingComplete
- Specified by:
onProcessingCompletein interfaceWinterAnnotationProcessor
-