Package org.javers.spring.auditable
Class AuditedMethodExecutionContext.JoinPointAuditingExecutionContext
java.lang.Object
org.javers.spring.auditable.AuditedMethodExecutionContext.JoinPointAuditingExecutionContext
- All Implemented Interfaces:
AuditedMethodExecutionContext
- Enclosing interface:
- AuditedMethodExecutionContext
public static class AuditedMethodExecutionContext.JoinPointAuditingExecutionContext
extends Object
implements AuditedMethodExecutionContext
Default implementation of the
AuditedMethodExecutionContext interface, providing the context information
based on a given JoinPoint.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.javers.spring.auditable.AuditedMethodExecutionContext
AuditedMethodExecutionContext.JoinPointAuditingExecutionContext -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.javers.spring.auditable.AuditedMethodExecutionContext
getTargetClassName, getTargetMethodName, getTargetMethodParameters
-
Method Details
-
getTargetClass
Description copied from interface:AuditedMethodExecutionContextGets an audited class. Most likely aCrudRepository.- Specified by:
getTargetClassin interfaceAuditedMethodExecutionContext
-
getTargetMethod
Description copied from interface:AuditedMethodExecutionContextGets an audited method of aCrudRepository.- Specified by:
getTargetMethodin interfaceAuditedMethodExecutionContext
-
getJoinPoint
public org.aspectj.lang.JoinPoint getJoinPoint()An underlying aspectjJoinPoint- Specified by:
getJoinPointin interfaceAuditedMethodExecutionContext
-
getTargetMethodArgs
Description copied from interface:AuditedMethodExecutionContextGets arguments passed to an audited method.- Specified by:
getTargetMethodArgsin interfaceAuditedMethodExecutionContext
-