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