You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
❌ 문제 상황
No response
📝 핵심 내용과 방향성
RequiredArgsConstructor와 AllArgsConstructor
정의
@RequiredArgsConstructorfinal필드와@NonNull이 붙은 필드만 포함하는 생성자를 자동 생성한다.@AllArgsConstructor차이점
사용 예시
@requiredargsconstructor
ExampleService는UserRepository와OrderRepository를 초기화하는 생성자를 자동으로 생성한다.@AllArgsConstructor
요약
@RequiredArgsConstructor는 필수 필드만 초기화하여 간결한 코드를 작성할 수 있도록 도와준다.@AllArgsConstructor는 모든 필드를 초기화하여 전체 객체 초기화가 필요한 상황에서 유용하다.📚 트러블슈팅 및 기대효과
No response
🔗 관련 자료
No response
🙋 담당자
Beta Was this translation helpful? Give feedback.
All reactions