public abstract class NameValuePairSeqHelper extends Object
Constructor and Description |
---|
NameValuePairSeqHelper() |
Modifier and Type | Method and Description |
---|---|
static NameValuePair[] |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
NameValuePair[] that) |
static NameValuePair[] |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
NameValuePair[] value) |
public static void insert(Any a, NameValuePair[] that)
public static NameValuePair[] extract(Any a)
public static TypeCode type()
public static String id()
public static NameValuePair[] read(InputStream istream)
public static void write(OutputStream ostream, NameValuePair[] value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.