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