JoinPoint 인터페이스의 메소드
CODEDRAGON ㆍDevelopment/Spring
반응형
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
'Development > Spring' 카테고리의 다른 글
| Servlet Context (0) | 2020.03.08 |
|---|---|
| STS 설치하기 (0) | 2020.03.03 |
| pom.xml (0) | 2020.02.20 |
| @RequestBody (0) | 2020.02.15 |
| Spring AOP 라이브러리 설치 (0) | 2020.02.08 |