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