> For the complete documentation index, see [llms.txt](https://nelmm.gitbook.io/nelmm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nelmm.gitbook.io/nelmm/design-pattern/undefined.md).

# 객체생성

- [싱글톤 패턴](https://nelmm.gitbook.io/nelmm/design-pattern/undefined/1.md): GoF의 디자인패턴 중 객체생성의 싱글톤 패턴을 Java 로 정리한 글
- [팩토리 메소드 패턴](https://nelmm.gitbook.io/nelmm/design-pattern/undefined/undefined.md): GoF의 디자인패턴 중 객체생성의 팩토리 메소드 패턴을 Java 로 정리한 글
- [추상 팩토리 패턴](https://nelmm.gitbook.io/nelmm/design-pattern/undefined/undefined-1.md): GoF의 디자인패턴 중 객체생성의 추상 팩토리 패턴을 Java 로 정리한 글
- [빌더 패턴](https://nelmm.gitbook.io/nelmm/design-pattern/undefined/undefined-2.md): GoF의 디자인패턴 중 객체생성의 빌더 패턴을 Java 로 정리한 글
- [프로토 타입 패턴](https://nelmm.gitbook.io/nelmm/design-pattern/undefined/undefined-3.md): GoF의 디자인패턴 중 객체생성의 프로토 타입 패턴을 Java 로 정리한 글
