public final class ParameterValueHelper extends Object
parameterized resource model components.| Modifier and Type | Method and Description | 
|---|---|
static List<ParamValueFactoryWithSource<?>> | 
createValueProviders(Collection<ValueParamProvider> valueSuppliers,
                    Parameterized parameterized)
Create list of parameter value providers for the given  
parameterized resource model component. | 
static Object[] | 
getParameterValues(List<ParamValueFactoryWithSource<?>> valueProviders,
                  ContainerRequest request)
Get the array of parameter values. 
 | 
public static Object[] getParameterValues(List<ParamValueFactoryWithSource<?>> valueProviders, ContainerRequest request)
valueProviders - a list of value providers.public static List<ParamValueFactoryWithSource<?>> createValueProviders(Collection<ValueParamProvider> valueSuppliers, Parameterized parameterized)
parameterized resource model component.valueSuppliers - all registered value suppliers.parameterized - parameterized resource model component.Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.