public final class NamedArguments extends Object
Modifier and Type | Method and Description |
---|---|
static NamedArgumentBuilder |
add(String name,
Serializable value)
Helper for creating named arguments easily
|
static Serializable[] |
convert(Map<String,Serializable> arguments)
Converts the given arguments to an array
|
public static Serializable[] convert(Map<String,Serializable> arguments)
arguments
- current argumentspublic static NamedArgumentBuilder add(String name, Serializable value)
name
- name of the argumentvalue
- value of the argumentCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.