Class LogAspect

java.lang.Object
ru.tinkoff.kora.logging.aspect.LogAspect
All Implemented Interfaces:
ru.tinkoff.kora.aop.annotation.processor.KoraAspect

public class LogAspect extends Object implements ru.tinkoff.kora.aop.annotation.processor.KoraAspect
  • Nested Class Summary

    Nested classes/interfaces inherited from interface ru.tinkoff.kora.aop.annotation.processor.KoraAspect

    ru.tinkoff.kora.aop.annotation.processor.KoraAspect.ApplyResult, ru.tinkoff.kora.aop.annotation.processor.KoraAspect.AspectContext, ru.tinkoff.kora.aop.annotation.processor.KoraAspect.FieldFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ru.tinkoff.kora.aop.annotation.processor.KoraAspect.ApplyResult
    apply(ExecutableElement executableElement, String superCall, ru.tinkoff.kora.aop.annotation.processor.KoraAspect.AspectContext aspectContext)
     
     

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getSupportedAnnotationTypes

      public Set<String> getSupportedAnnotationTypes()
      Specified by:
      getSupportedAnnotationTypes in interface ru.tinkoff.kora.aop.annotation.processor.KoraAspect
    • apply

      public ru.tinkoff.kora.aop.annotation.processor.KoraAspect.ApplyResult apply(ExecutableElement executableElement, String superCall, ru.tinkoff.kora.aop.annotation.processor.KoraAspect.AspectContext aspectContext)
      Specified by:
      apply in interface ru.tinkoff.kora.aop.annotation.processor.KoraAspect