There are 1 repository under dynamic-proxy topic.
Runtime code generation for the Java virtual machine.
Library to simplify interception of asynchronous methods
Router —— A substitute good of EventBus similar implemented by dynamic proxy
Simple Proxy implementation for Net Core using Castle Dynamic Proxy
Dynamic proxy with nginx. Dockerized Nginx+Lua dynamic proxy with upstreams stored in redis.
A simple way to decorate a class with additional functionality using attributes.
Remove boilerplate code for using SharePreference to persist app's config data
⚡️Thunder⚡️ : Android WebSocket Library and also provides STOMP. Support only Coroutine Flow.
AOP implementation for .Net
SimpleAop is library for your AOP or dynamic proxy programming.
.NET Dynamic Type Generator
Proxy generator written on top of Kores!
Scrape, Filter, Check, Serve.
Dynamic proxy builder at runtime
Позволяет в декларативном стиле перехватывать выполнение методов
Easily dragable view with using annotation
Thin facade layer on top of openssh's dynamic proxy with slightly more sophiscated configurable routing rules
Gain access to unavailable members using dynamic proxy classes
A simple dynamic proxy targeting .net standard 2.0
dynamic reverse proxy server based on subdomain
Active object in Java by dynamic proxy.
Lightweight Aspect-Oriented Programming (AOP) framework for Android and Kotlin JVM projects. Clean, Testable, Modern.
Here we explored the use of proxies in Spring Boot, focusing on dynamic proxies and CGLIB proxies. It demonstrates how proxies can be used to intercept method calls and provide additional functionality such as logging, security checks, and performance monitoring.