Package 

Class KspProcessor

  • All Implemented Interfaces:
    com.google.devtools.ksp.processing.SymbolProcessor

    
    public final class KspProcessor
     implements SymbolProcessor
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      KspProcessor(KotlinVersion kotlinVersion, CodeGenerator out, KSPLogger logger)
    • Method Summary

      Modifier and Type Method Description
      List<KSAnnotated> process(ResolverĀ resolver)
      • Methods inherited from class com.faendir.kotlin.autodsl.ksp.KspProcessor

        finish, onError
      • Methods inherited from class java.lang.Object

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

      • KspProcessor

        KspProcessor(KotlinVersion kotlinVersion, CodeGenerator out, KSPLogger logger)
    • Method Detail

      • process

         List<KSAnnotated> process(ResolverĀ resolver)