| Package | Description |
|---|---|
| org.boon.core | |
| org.boon.core.reflection.fields | |
| org.boon.core.value | |
| org.boon.criteria | |
| org.boon.json.serializers.impl |
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.getInstanceType(Object object) |
static Type |
Type.getType(Class<?> clazz) |
static Type |
Type.getType(String typeName) |
Type |
Value.type() |
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 List<Type> |
Type.gatherTypes(Object... list) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Conversions.coerce(Type coerceTo,
Class<T> clz,
Object value) |
static <T> T |
Conversions.coerceWithFlag(Type coerceTo,
Class<T> clz,
boolean[] flag,
Object value) |
| Modifier and Type | Field and Description |
|---|---|
Type |
BaseField.typeEnum |
| Modifier and Type | Method and Description |
|---|---|
Type |
MapField.componentType() |
Type |
FieldAccess.componentType() |
Type |
BaseField.componentType() |
Type |
MapField.typeEnum() |
Type |
FieldAccess.typeEnum() |
Type |
BaseField.typeEnum() |
| Modifier and Type | Field and Description |
|---|---|
Type |
ValueContainer.type |
| Modifier and Type | Method and Description |
|---|---|
Type |
ValueContainer.type() |
Type |
NumberValue.type() |
Type |
CharSequenceValue.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) |
| Modifier and Type | Method and Description |
|---|---|
static Criteria |
ObjectFilter.createCriteria(String name,
Operator operator,
Type type,
Class<Object> classType,
List<?> values)
Make criteria configurable
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonSimpleSerializerImpl.serializeArray(Type componentType,
Object objectArray,
CharBuf builder) |
Copyright © 2014. All rights reserved.