Package | Description |
---|---|
org.jboss.errai.codegen |
Modifier and Type | Method and Description |
---|---|
static Statement |
SnapshotMaker.makeSnapshotAsSubclass(Object o,
Class<?> typeToSnapshot,
Class<?> typeToExtend,
SnapshotMaker.MethodBodyCallback methodBodyCallback,
Class<?>... typesToRecurseOn)
Code-generates an object whose methods return (snapshots of) the same
values as the given object.
|
static Statement |
SnapshotMaker.makeSnapshotAsSubclass(Object o,
MetaClass typeToSnapshot,
MetaClass typeToExtend,
SnapshotMaker.MethodBodyCallback methodBodyCallback,
MetaClass... typesToRecurseOn)
Code-generates an object whose methods return (snapshots of) the same
values as the given object.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.