|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.bind.v2.runtime.RuntimeUtil
public class RuntimeUtil
| Nested Class Summary | |
|---|---|
static class |
RuntimeUtil.ToStringAdapter
XmlAdapter for printing arbitrary object by using Object.toString(). |
| Field Summary | |
|---|---|
static java.util.Map<java.lang.Class,java.lang.Class> |
boxToPrimitive
Map from Class objects representing primitive types
to Class objects representing their boxed types. |
static java.util.Map<java.lang.Class,java.lang.Class> |
primitiveToBox
Reverse map of boxToPrimitive. |
| Constructor Summary | |
|---|---|
RuntimeUtil()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.util.Map<java.lang.Class,java.lang.Class> boxToPrimitive
Class objects representing primitive types
to Class objects representing their boxed types.
e.g., int -> Integer.
public static final java.util.Map<java.lang.Class,java.lang.Class> primitiveToBox
boxToPrimitive.
| Constructor Detail |
|---|
public RuntimeUtil()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||