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