public final class DynAnyFactoryHelper
extends java.lang.Object
Constructor and Description |
---|
DynAnyFactoryHelper() |
Modifier and Type | Method and Description |
---|---|
static DynAnyFactory |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
DynAnyFactory s) |
static DynAnyFactory |
narrow(Object obj) |
static DynAnyFactory |
read(InputStream in) |
static TypeCode |
type() |
static DynAnyFactory |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
DynAnyFactory s) |
public static void insert(Any any, DynAnyFactory s)
public static DynAnyFactory extract(Any any)
public static TypeCode type()
public static java.lang.String id()
public static DynAnyFactory read(InputStream in)
public static void write(OutputStream _out, DynAnyFactory s)
public static DynAnyFactory narrow(Object obj)
public static DynAnyFactory unchecked_narrow(Object obj)