|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.appserv.management.client.MapConverter
public final class MapConverter
Converts Maps obtained from the server back into their proprietary (non-standard) java types.
Method Summary | ||
---|---|---|
static Object |
convert(Map<String,Serializable> m)
This form should be used where the appropriate class is not known in advance. |
|
static
|
convertToClass(Map<String,Serializable> m,
Class<T> theClass)
This form should be used where the appropriate class is known in advance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Object convert(Map<String,Serializable> m)
public static <T> T convertToClass(Map<String,Serializable> m, Class<T> theClass)
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.