public abstract class RequiresSupportsHelper extends Object
Constructor and Description |
---|
RequiresSupportsHelper() |
Modifier and Type | Method and Description |
---|---|
static RequiresSupports |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
RequiresSupports that) |
static RequiresSupports |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
RequiresSupports value) |
public static void insert(Any a, RequiresSupports that)
public static RequiresSupports extract(Any a)
public static TypeCode type()
public static String id()
public static RequiresSupports read(InputStream istream)
public static void write(OutputStream ostream, RequiresSupports value)
Copyright © 2013. All Rights Reserved.