2019-10-19 16:17:59 +01:00
|
|
|
---
|
|
|
|
layout: pattern
|
|
|
|
title: Role object
|
|
|
|
folder: Migration
|
|
|
|
permalink: /patterns/role-object/
|
2019-10-19 18:15:20 +01:00
|
|
|
categories: Structural
|
2019-10-19 16:17:59 +01:00
|
|
|
tags:
|
|
|
|
- Java
|
2019-10-19 18:15:20 +01:00
|
|
|
- Difficulty-Medium
|
|
|
|
- Handle Body Pattern
|
2019-10-19 16:17:59 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
## Also known as
|
2019-10-19 18:15:20 +01:00
|
|
|
Post pattern, Extension Object pattern
|
2019-10-19 16:17:59 +01:00
|
|
|
|
|
|
|
## Intent
|
|
|
|
|
|
|
|
## Applicability
|
|
|
|
|
|
|
|
## Real world examples
|
|
|
|
|
|
|
|
## Credits
|