依赖项方法将方法参数定义成接口。
The dependency methods define the method parameters as interfaces.
为此,可以将方法参数定义为接口。
You can do this by defining the method parameters as interfaces.
方法参数:(一种日历算法)。
清单2:在方法参数中使用工厂方法。
方法参数和返回类型必须是可序列化的。
The method parameters and return types must be serializable.
清单8显示消息部分中方法参数的映射。
Listing 8 shows the corresponding mapping for the method parameter to the message part.
为方法参数指定约束条件
键入的方法参数和类成员上。
Easy mapping of parameters and other client data to typed method parameters and class members.
Eclipse会自动地推知方法参数及返回类型。
Eclipse automatically infers the method arguments and return types.
然后会自动地从方法参数中推断出类型参数的实例化。
Then the type parameter instantiations would be inferred automatically from the method arguments.
然而,对于所有的方法参数来说,类型注解是必须的。
However, type annotations are required for all method parameters.
定制通常包括更改服务方法参数名称和bean属性。
The customization will typically include changing the service method parameter name and the bean properties.
将来自uri或HTTP头部的元素作为方法参数注入。
Injecting elements from the URI or the HTTP header as method parameters.
本文并不关注组件,而是关注组件提供的操作的方法参数。
This article focuses not on the component but on the method parameters of operations that a component provides.
用OVal为方法指定前置条件必须对方法参数进行标注。
To specify preconditions for a method with OVal, you must annotate method parameters.
设置一个安装方法参数(自动安装或交互安装),开始安装。
Start the installation with a parameter set for the installation method (auto install or interactive).
这些方法参数定义成值对象,即不含逻辑只含数据值的对象。
These method parameters are defined as value objects; that is, objects with no logic that hold only data values.
在使用JACC基于方法参数的访问时可能会存在性能影响。
There might be performance implications in using the JACC method parameter-based access.
在清单10中,您能看到上下文被加到了方法参数上。
In Listing 10, you can see that the context is added to the method parameter.
映射文件允许定制bean、方法名称、方法参数和返回类型。
The mapping file allows you to customize bean and method names as well as method parameters and return types.
代理解析url字符串中的参数,并根据方法参数中的值作出反应。
The agent parses the arguments in the URL string and reacts based on the value in the method argument.
如果所给的参数是圆括号括起的列表,它们必须精确匹配方法参数。
If the parameters are given as a list surrounded by parentheses, they must exactly match the method parameters.
__ call方法有两个参数:被请求的方法的名称和方法参数。
The __call method takes two parameters: the name of the method being requested and the arguments.
方法参数和返回值将在RMI - IIOP上序列化,并由值返回。
Method parameters and return values are serialized over RMI-IIOP and returned by value.
在这个特定的示例中,服务器端的断言标识作为远程调用的方法参数发送。
In this particular sample, the asserted identity for the server side is simply sent as a method parameter of the remote invocation.
它首先验证方法调用的方法参数,然后把方法调用委托给实现类。
It will first validate method parameters upon a method invocation and then delegate the method call to the implementation class.
然后您就可以在键入的以基类作为方法参数的方法中使用基类或任何一个子类。
You can then use the base class, or any of the subclasses, in methods that are typed to expect the base class as a method argument.
我们可以使用参数绑定来绑定方法参数,返回类型和异常,以及我们希望的目标。
We can use argument binding to bind method parameters, return types and exceptions as well as targets if we wish.
这样,只要对象实现该接口,调用组件就可以将其想使用的任何对象用作方法参数。
This way, the calling component can use any object it likes as a method parameter, as long as the object implements the interface.
在BGGA方案中,可以声明function类型的变量、方法参数和方法返回值。
In the BGGA proposal, you can declare variables, method arguments, and method return values that are function types.
应用推荐