mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-23 20:26:50 +00:00
23 lines
298 B
Markdown
23 lines
298 B
Markdown
---
|
|
layout: pattern
|
|
title: Role object
|
|
folder: Migration
|
|
permalink: /patterns/role-object/
|
|
categories: Structural
|
|
tags:
|
|
- Java
|
|
- Difficulty-Medium
|
|
- Handle Body Pattern
|
|
---
|
|
|
|
## Also known as
|
|
Post pattern, Extension Object pattern
|
|
|
|
## Intent
|
|
|
|
## Applicability
|
|
|
|
## Real world examples
|
|
|
|
## Credits
|