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