CGLIB에 대한 설명과 동작방식 #185
GIVEN53
started this conversation in
Spring Core
Replies: 2 comments
-
CGLIB(Code Generation Library)은 Java의 런타임 시에 클래스의 프록시를 생성하기 위해 사용되는 강력한 라이브러리입니다. CGLIB은 주로 동적 프록시를 생성하는 데 사용되며, Spring Framework에서도 AOP(Aspect-Oriented Programming) 기능을 구현할 때 널리 사용됩니다. CGLIB의 주요 특징
CGLIB의 동작 방식
|
Beta Was this translation helpful? Give feedback.
0 replies
-
CGLIB 란
cf. JDK Dynamic Proxy란, Java의 리플렉션 패키지에 존재하는 Proxy라는 클래스를 통해 동적으로 생성된 프록시 객체를 의미한다. CGLIB 특징
CGLIB 작동 원리
ref : |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
.
Beta Was this translation helpful? Give feedback.
All reactions