public final class ArjunaFactoryHelper extends Object
Constructor and Description |
---|
ArjunaFactoryHelper() |
Modifier and Type | Method and Description |
---|---|
static ArjunaFactory |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
ArjunaFactory s) |
static ArjunaFactory |
narrow(Object obj) |
static ArjunaFactory |
read(InputStream in) |
static TypeCode |
type() |
static ArjunaFactory |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
ArjunaFactory s) |
public static void insert(Any any, ArjunaFactory s)
public static ArjunaFactory extract(Any any)
public static TypeCode type()
public static String id()
public static ArjunaFactory read(InputStream in)
public static void write(OutputStream _out, ArjunaFactory s)
public static ArjunaFactory narrow(Object obj)
public static ArjunaFactory unchecked_narrow(Object obj)
Copyright © 2021 JBoss by Red Hat. All rights reserved.