Class RestControllerAspectLogging


  • @Component
    public class RestControllerAspectLogging
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Marker AUDIT_LOG  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void logAfterAllMethods​(java.lang.Object retVal)  
      void logBefore​(org.aspectj.lang.JoinPoint joinPoint)  
      • Methods inherited from class java.lang.Object

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

      • AUDIT_LOG

        public static final org.slf4j.Marker AUDIT_LOG
    • Constructor Detail

      • RestControllerAspectLogging

        public RestControllerAspectLogging()
    • Method Detail

      • logBefore

        public void logBefore​(org.aspectj.lang.JoinPoint joinPoint)
      • logAfterAllMethods

        public void logAfterAllMethods​(java.lang.Object retVal)