Value objects as method parameters.
使用值对象作为方法参数。
Specify constraints for method parameters
为方法参数指定约束条件
Method parameters: (a calendar algorithm).
方法参数:(一种日历算法)。
Action-Method Parameters now support default values.
Action方法的参数可以支持默认值。
The method parameters and return types must be serializable.
方法参数和返回类型必须是可序列化的。
Identify the method parameters and understand how to use them.
了解方法参数及如何使用它们。
You can do this by defining the method parameters as interfaces.
为此,可以将方法参数定义为接口。
However, type annotations are required for all method parameters.
然而,对于所有的方法参数来说,类型注解是必须的。
The dependency methods define the method parameters as interfaces.
依赖项方法将方法参数定义成接口。
Injecting elements from the URI or the HTTP header as method parameters.
将来自uri或HTTP头部的元素作为方法参数注入。
As you can also see, the method parameters can be primitive types or objects.
可以看到,方法的参数可以是原生类型或是对象。
What you probably want are class variables rather than method parameters.
你可能想要什么是类变量而不是方法参数。
In this case, I intercept each method call and go through all the method parameters.
在本例中,我截取了各个方法调用,并遍历了所有的方法参数。
To specify preconditions for a method with OVal, you must annotate method parameters.
用OVal为方法指定前置条件必须对方法参数进行标注。
Method parameters and return values are serialized over RMI-IIOP and returned by value.
方法参数和返回值将在RMI - IIOP上序列化,并由值返回。
However, it's essential that normally the method parameters are objects, not interfaces.
然而,通常方法参数基本都是对象而不是接口。
A delegate invocation USES the name of a delegate and method parameters in parenthesis.
委托调用使用委托的名称和括号内的方法参数。
I changed the reuse mechanism from protected field via inheritance to method parameters.
我将重用机制从protectedfieldviainheritance更改为method parameters。
Easy mapping of parameters and other client data to typed method parameters and class members.
键入的方法参数和类成员上。
In Web service parlance, data is called messages that are part of method parameters or return types.
对Web服务而言,数据也可称为消息,是方法参数或返回类型的一部分。
You apply them to method parameters when you want to alter the default behavior of the marshaler.
可以在希望改变封送拆收器的默认行为时将它们应用于方法参数。
Some languages provide keywords that enable you to modify the directional flow of method parameters.
某些语言提供使您能够修改方法参数的方向流的关键字。
The mapping file allows you to customize bean and method names as well as method parameters and return types.
映射文件允许定制bean、方法名称、方法参数和返回类型。
This article focuses not on the component but on the method parameters of operations that a component provides.
本文并不关注组件,而是关注组件提供的操作的方法参数。
If the parameters are given as a list surrounded by parentheses, they must exactly match the method parameters.
如果所给的参数是圆括号括起的列表,它们必须精确匹配方法参数。
These method parameters are defined as value objects; that is, objects with no logic that hold only data values.
这些方法参数定义成值对象,即不含逻辑只含数据值的对象。
We can use argument binding to bind method parameters, return types and exceptions as well as targets if we wish.
我们可以使用参数绑定来绑定方法参数,返回类型和异常,以及我们希望的目标。
Using interfaces as method parameters is (in IoC terms) a form of context IoC, applied on a dependency of the caller.
使用接口作为方法参数是上下文IoC的一种形式(这是ioc术语),应用于调用程序的依赖项。
It will first validate method parameters upon a method invocation and then delegate the method call to the implementation class.
它首先验证方法调用的方法参数,然后把方法调用委托给实现类。
If so, the transaction id, or Xid, is propagated to the remote object as part of the IIOP call along with the method parameters.
如果是,事务标识,或者说Xid,被作为IIOP调用的一部分与方法参数一起传播到远程对象。
应用推荐