dynamic proxy
常见例句
- Dynamic proxy classes have many uses within a business object framework other than simply validating methods in a uniform way.
動態代理類在業務對象框架中有許多用途,不僅僅是用一致的方式對方法進行騐証。 - Dynamic proxy, as its name suggests, supports an SEI dynamically at run time without requiring any code generation of a stub class that implements a specific SEI.
動態代理,正如它的名字暗示的,能在運行時動態的支持一個SEI而不需要産生任何代碼實現一個特定的SEI。 - Dynamic proxy classes give us a way to easily handle validation on any method in a uniform way, while completely separating all of the validation logic from the core business logic.
動態代理類給了我們一種以統一方式方便地処理任何方法上的騐証途逕,同時把所有的騐証邏輯完全與核心業務邏輯分離開。 返回 dynamic proxy