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 | Method and Description |
---|---|
static EndpointValueSetter |
get(ParameterImpl p)
Returns a
EndpointValueSetter suitable for the given Parameter . |
public static EndpointValueSetter get(ParameterImpl p)
EndpointValueSetter
suitable for the given Parameter
.Copyright © 2015 Oracle Corporation. All rights reserved.