Package | Description |
---|---|
org.jboss.reflect.spi |
Extended Reflection API.
|
Modifier and Type | Field and Description |
---|---|
static NumberInfo |
NumberInfo.ATOMIC_INT
The atomic int info
|
static NumberInfo |
NumberInfo.ATOMIC_LONG
The atomic long info
|
static NumberInfo |
NumberInfo.BYTE_OBJECT
The byte info
|
static NumberInfo |
NumberInfo.DOUBLE_OBJECT
The double info
|
static NumberInfo |
NumberInfo.FLOAT_OBJECT
The float info
|
static NumberInfo |
NumberInfo.INT_OBJECT
The int info
|
static NumberInfo |
NumberInfo.LONG_OBJECT
The long info
|
static NumberInfo |
NumberInfo.SHORT_OBJECT
The short info
|
Modifier and Type | Method and Description |
---|---|
static NumberInfo |
NumberInfo.valueOf(String name)
Get the primitive info for a type
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.