|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.pfl.dynamic.copyobject.impl.DefaultClassCopiers
public abstract class DefaultClassCopiers
| Method Summary | |
|---|---|
static ClassCopier |
getErrorClassCopier()
Return a ClassCopier that always raises a ReflectiveCopyException whenever its copy method is called. |
static ClassCopier |
getIdentityClassCopier()
Return a ClassCopier that simple returns its argument as its result. |
static ClassCopier |
makeMapClassCopier(ClassCopierFactory ccf)
Return a ClassCopier that is suitable for instances of the Map interface. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ClassCopier getIdentityClassCopier()
public static ClassCopier getErrorClassCopier()
public static ClassCopier makeMapClassCopier(ClassCopierFactory ccf)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||