Development/Spring
JoinPoint 인터페이스의 메소드
codedragon
2020. 2. 26. 08:41
반응형
JoinPoint 인터페이스의 메소드
메소드 |
설명 |
getArgs() |
조인포인트의 메서드 아규먼트를 반환합니다 |
getThis() |
조인포인트의 프록시 객체를 반환합니다 |
getTarget() |
대상 객체를 반환합니다 |
getSignature() |
어드바이즈 되는 메서드의 설명(description)을 반환합니다 |
toString() |
어드바이즈 되는 메서드의 설명을 출력합니다. |
org.aspectj.lang Interface JoinPoint
http://www.eclipse.org/aspectj/doc/next/runtime-api/org/aspectj/lang/JoinPoint.html
org.aspectj.lang Interface ProceedingJoinPoint
http://www.eclipse.org/aspectj/doc/next/runtime-api/org/aspectj/lang/ProceedingJoinPoint.html