public class RuntimeUtil extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
RuntimeUtil.ToStringAdapter |
XmlAdapter for printing arbitrary object by using
Object.toString() . |
Modifier and Type | Field | Description |
---|---|---|
static Map<Class,Class> |
boxToPrimitive |
|
static Map<Class,Class> |
primitiveToBox |
Reverse map of
boxToPrimitive . |
Constructor | Description |
---|---|
RuntimeUtil() |
Copyright © 2018 Oracle Corporation. All rights reserved.