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