| 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(java.lang.Object object) |
static TypeType |
TypeType.getType(java.lang.Class<?> clazz) |
static TypeType |
TypeType.getType(java.lang.Class<?> clazz,
java.lang.Object object) |
static TypeType |
TypeType.getType(java.lang.String typeName) |
TypeType |
Value.type() |
static TypeType |
TypeType.valueOf(java.lang.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 java.util.List<TypeType> |
TypeType.gatherTypes(java.lang.Object... list) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Conversions.coerce(TypeType coerceTo,
java.lang.Class<T> clz,
java.lang.Object value) |
static <T> T |
Conversions.coerceWithFlag(TypeType coerceTo,
java.lang.Class<T> clz,
boolean[] flag,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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 |
|---|---|
java.util.List<TypeType> |
OverloadedMethod.paramTypeEnumList() |
java.util.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(java.lang.Object value,
TypeType type,
boolean decodeStrings) |
ValueContainer(TypeType type) |
| Modifier and Type | Method and Description |
|---|---|
static Criteria |
ObjectFilter.createCriteria(java.lang.String name,
Operator operator,
TypeType type,
java.lang.Class<java.lang.Object> classType,
java.util.List<?> values)
Make criteria configurable
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SerializeUtils.handleInstance(JsonSerializerInternal jsonSerializer,
java.lang.Object obj,
CharBuf builder,
java.util.Map<java.lang.Class,CustomObjectSerializer> overrideMap,
java.util.Set<java.lang.Class> noHandle,
boolean typeInfo,
TypeType type) |
void |
JsonSimpleSerializerImpl.serializeArray(TypeType componentType,
java.lang.Object objectArray,
CharBuf builder) |
Copyright © 2014. All Rights Reserved.