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