Class ValueTranslatorServiceAnnotationProcessor

  • All Implemented Interfaces:
    javax.annotation.processing.Processor

    @SupportedAnnotationTypes("org.tentackle.fx.ValueTranslatorService")
    @AnnotationProcessor
    public class ValueTranslatorServiceAnnotationProcessor
    extends org.tentackle.apt.AbstractServiceAnnotationProcessor
    Annotation processor for the @ValueTranslatorService annotation.
    Enforces the implementation of the following constructors:
    Author:
    harald
    • Field Summary

      • Fields inherited from class org.tentackle.apt.AbstractServiceAnnotationProcessor

        elementUtils, noArgsVisitor, typeUtils, typeVisitor
      • Fields inherited from class javax.annotation.processing.AbstractProcessor

        processingEnv
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean process​(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations, javax.annotation.processing.RoundEnvironment roundEnv)  
      protected void processClass​(javax.lang.model.element.Element element)  
      • Methods inherited from class org.tentackle.apt.AbstractServiceAnnotationProcessor

        acceptTypeVisitor, getSupportedSourceVersion, init, verifyConstructor, verifyImplements
      • Methods inherited from class javax.annotation.processing.AbstractProcessor

        getCompletions, getSupportedAnnotationTypes, getSupportedOptions, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValueTranslatorServiceAnnotationProcessor

        public ValueTranslatorServiceAnnotationProcessor()
    • Method Detail

      • process

        public boolean process​(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
                               javax.annotation.processing.RoundEnvironment roundEnv)
        Specified by:
        process in interface javax.annotation.processing.Processor
        Specified by:
        process in class javax.annotation.processing.AbstractProcessor
      • processClass

        protected void processClass​(javax.lang.model.element.Element element)
        Overrides:
        processClass in class org.tentackle.apt.AbstractServiceAnnotationProcessor