Skip to content

Dynamic proxy pattern #2542

@iluwatar

Description

@iluwatar

Proxies are fronts or wrappers that pass function invocation through their own facilities (usually onto real methods) – potentially adding some functionality.

Dynamic proxies allow one single class with one single method to service multiple method calls to arbitrary classes with an arbitrary number of methods.

See https://www.baeldung.com/java-dynamic-proxies

Acceptance criteria

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions