# 디자인패턴

디자인 패턴이란 실무에서 효율적인 프로그래밍 구조를 만들기 위한 방법론이다.

자바 디자인 패턴에 대해서 알아볼 것이다.

## 목차

* 생성 패턴
  * [Singleton Pattern](/java/java/design_pattern/singleton_pattern.md)
  * [Factory Method Pattern](/java/java/design_pattern/2020-03-20-factory_method_pattern.md)
* [Template Method Pattern](/java/java/design_pattern/2020-03-20-template_method_pattern.md)
* [Strategy Pattern](/java/java/design_pattern/2020-03-21-strategy_pattern.md)
* [Delegation Pattern](/java/java/design_pattern/delegation_pattern.md)
* [Proxy Pattern](/java/java/design_pattern/proxy_pattern.md)
* [Adapter Pattern](/java/java/design_pattern/2021-02-14-adapter-pattern.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dahye-jeong.gitbook.io/java/java/design_pattern.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
