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