public abstract class ProviderHelper extends Object
| Constructor and Description |
|---|
ProviderHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Provider |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
Provider s) |
static Provider |
narrow(Object obj) |
static Provider |
read(InputStream in) |
static TypeCode |
type() |
static Provider |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
Provider s) |
public static TypeCode type()
public static String id()
public static Provider read(InputStream in)
public static void write(OutputStream _out, Provider s)
Copyright © 2017. All rights reserved.