| Package | Description |
|---|---|
| org.boon.core | |
| org.boon.core.reflection.fields | |
| org.boon.core.value |
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.getInstanceType(Object object) |
static Type |
Type.getType(Class<?> clazz) |
static Type |
Type.getType(String typeName) |
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Type.hasLength(Type type) |
| Modifier and Type | Field and Description |
|---|---|
Type |
BaseField.typeEnum |
| Modifier and Type | Method and Description |
|---|---|
Type |
MapField.typeEnum() |
Type |
FieldAccess.typeEnum() |
Type |
BaseField.typeEnum() |
| Modifier and Type | Field and Description |
|---|---|
Type |
ValueContainer.type |
| Constructor and Description |
|---|
CharSequenceValue(boolean chop,
Type type,
int startIndex,
int endIndex,
char[] buffer,
boolean encoded,
boolean checkDate) |
NumberValue(boolean chop,
Type type,
int startIndex,
int endIndex,
char[] buffer) |
NumberValue(Type type) |
ValueContainer(Object value,
Type type,
boolean decodeStrings) |
ValueContainer(Type type) |
Copyright © 2014. All rights reserved.