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