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