|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.io.pof.reflect.PofReflectionHelper
public class PofReflectionHelper
Collection of helper methods for POF reflection.
| Constructor Summary | |
|---|---|
PofReflectionHelper() |
|
| Method Summary | |
|---|---|
static Object |
ensureType(Object o, int nType, PofContext ctx)Validate that the supplied object is compatible with the specified type. |
static Class |
getClass(int nType, PofContext ctx)Determine the class associated with the given type identifier. |
| Constructor Detail |
|---|
public PofReflectionHelper()
| Method Detail |
|---|
public static Class getClass(int nType,
PofContext ctx)
nType - the Pof type identifier; includes Pof intrinsics, Pof compact values, and user types.ctx - the PofContext.IllegalArgumentException - if the specified type is a user type that is unknown to this PofContext
public static Object ensureType(Object o,
int nType,
PofContext ctx)
o - the objectnType - the Pof type identifier; includes Pof intrinsics, Pof compact values, and user types.ctx - the PofContext.IllegalArgumentException - if the specified type is a user type that is unknown to this PofContext or there is no type mappingClassCastException - if the specified object is not assignable to the specified type
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||