| Package | Description |
|---|---|
| org.boon.core | |
| org.boon.core.reflection | |
| org.boon.core.reflection.fields | |
| org.boon.core.reflection.impl | |
| org.boon.core.value | |
| org.boon.criteria | |
| org.boon.json.serializers.impl |
| Modifier and Type | Method and Description |
|---|---|
TypeType |
TypeType.componentType() |
static TypeType |
TypeType.getInstanceType(Object object) |
static TypeType |
TypeType.getType(Class<?> clazz) |
static TypeType |
TypeType.getType(Class<?> clazz,
Object object) |
static TypeType |
TypeType.getType(String typeName) |
TypeType |
Value.type() |
static TypeType |
TypeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeType[] |
TypeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
TypeType |
TypeType.wraps() |
| Modifier and Type | Method and Description |
|---|---|
static List<TypeType> |
TypeType.gatherTypes(Object... list) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Conversions.coerce(TypeType coerceTo,
Class<T> clz,
Object value) |
static <T> T |
Conversions.coerceWithFlag(TypeType coerceTo,
Class<T> clz,
boolean[] flag,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeType> |
MethodAccess.paramTypeEnumList() |
| Modifier and Type | Field and Description |
|---|---|
TypeType |
BaseField.typeEnum |
| Modifier and Type | Method and Description |
|---|---|
TypeType |
MapField.componentType() |
TypeType |
FieldAccess.componentType() |
TypeType |
BaseField.componentType() |
TypeType |
MapField.typeEnum() |
TypeType |
FieldAccess.typeEnum() |
TypeType |
BaseField.typeEnum() |
| Modifier and Type | Method and Description |
|---|---|
List<TypeType> |
OverloadedMethod.paramTypeEnumList() |
List<TypeType> |
MethodAccessImpl.paramTypeEnumList() |
| Modifier and Type | Field and Description |
|---|---|
TypeType |
ValueContainer.type |
| Modifier and Type | Method and Description |
|---|---|
TypeType |
ValueContainer.type() |
TypeType |
NumberValue.type() |
TypeType |
CharSequenceValue.type() |
| Constructor and Description |
|---|
CharSequenceValue(boolean chop,
TypeType type,
int startIndex,
int endIndex,
char[] buffer,
boolean encoded,
boolean checkDate) |
NumberValue(boolean chop,
TypeType type,
int startIndex,
int endIndex,
char[] buffer) |
NumberValue(TypeType type) |
ValueContainer(Object value,
TypeType type,
boolean decodeStrings) |
ValueContainer(TypeType type) |
| Modifier and Type | Method and Description |
|---|---|
static Criteria |
ObjectFilter.createCriteria(String name,
Operator operator,
TypeType type,
Class<Object> classType,
List<?> values)
Make criteria configurable
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SerializeUtils.handleInstance(JsonSerializerInternal jsonSerializer,
Object obj,
CharBuf builder,
Map<Class,CustomObjectSerializer> overrideMap,
Set<Class> noHandle,
boolean typeInfo,
TypeType type) |
void |
JsonSimpleSerializerImpl.serializeArray(TypeType componentType,
Object objectArray,
CharBuf builder) |
Copyright © 2015. All Rights Reserved.