Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- java
- cloud native java
- 헬름
- 자바
- ingress
- CRD
- 클라우드 네이티브 자바
- 클라우드 네이티브
- Adapter 패턴
- decorator 패턴
- 동기화
- Kotlin
- spring microservice
- Spring
- Microservice
- cloud native
- MSA
- Algorithm
- devops
- 익명클래스
- kubernetes
- Stress test
- nGrinder
- 마이크로서비스
- Semaphore
- MySQL
- 쿠버네티스
- ansible
- 머신러닝
- 코틀린
Archives
- Today
- Total
목록adapter decorator 차이 (1)
카샤의 만개시기
Adapter 패턴과 Decorator 패턴의 차이
Decorator 패턴은 인터페이스를 바꾸지 않고 책임(기능)만 추가하는 것이다. Adapter 패턴은 인터페이스를 변경해서 클라이언트에서 필요로 하는 인터페이스로 적응시키기 위한 용도로써 호환성을 위해 사용된다. 결론 decorator 패턴은 기존의 객체를 장식하는데 사용하고 adapter 패턴은 새로운 인터페이스를 추가하는 용도 링크 Decorator 패턴 : https://skasha.tistory.com/65 Adapter 패턴 : https://skasha.tistory.com/66
Foundation/Design Pattern
2019. 10. 27. 10:41