public abstract class EndpointValueSetter extends Object
Sometimes values are returned as a return value, and
others are returned in the Holder
value. Instances
of this interface abstracts this detail.
EndpointValueSetter
is a stateless behavior encapsulation.
Modifier and Type | Class and Description |
---|---|
(package private) static class |
EndpointValueSetter.HolderParam |
(package private) static class |
EndpointValueSetter.Param |
Modifier and Type | Method and Description |
---|---|
static EndpointValueSetter |
get(ParameterImpl p)
Returns a
EndpointValueSetter suitable for the given Parameter . |
(package private) abstract void |
put(Object obj,
Object[] args)
Moves the value to the expected place.
|
public static EndpointValueSetter get(ParameterImpl p)
EndpointValueSetter
suitable for the given Parameter
.Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.