public class Weaver
extends java.lang.Object
| Constructor and Description |
|---|
Weaver() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Freezable<T>> |
genDelegate(int id,
java.lang.Class<T> clazz) |
static java.lang.reflect.Field[] |
getWovenFields(java.lang.Class<?> clz)
Get all woven fields in this class, including subclasses, up to the
normal
Iced serialization classes, skipping static and transient
fields, and the required _ice_id field. |
public static java.lang.reflect.Field[] getWovenFields(java.lang.Class<?> clz)
Iced serialization classes, skipping static and transient
fields, and the required _ice_id field.Field holding the list of woven fields.