| Package | Description |
|---|---|
| org.boon.core.reflection | |
| org.boon.core.reflection.fields | |
| org.boon.core.value | |
| org.boon.json.implementation |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
MapObjectConversion.fromValueMap(boolean respectIgnore,
String view,
FieldsAccessor fieldsAccessor,
Map<String,Value> valueMap,
Class<T> cls,
Set<String> ignoreSet)
Creates an object from a value map.
|
Object |
MapperSimple.fromValueMap(Map<String,Value> valueMap)
Creates an object from a value map.
|
Object |
MapperComplex.fromValueMap(Map<String,Value> valueMap)
Creates an object from a value map.
|
Object |
Mapper.fromValueMap(Map<String,Value> valueMap) |
<T> T |
MapperSimple.fromValueMap(Map<String,Value> valueMap,
Class<T> cls)
Creates an object from a value map.
|
<T> T |
MapperComplex.fromValueMap(Map<String,Value> valueMap,
Class<T> cls)
Creates an object from a value map.
|
<T> T |
Mapper.fromValueMap(Map<String,Value> valueMap,
Class<T> cls) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapField.setFromValue(Object obj,
Value value) |
void |
FieldAccess.setFromValue(Object obj,
Value value) |
void |
BaseField.setFromValue(Object obj,
Value value) |
| Modifier and Type | Class and Description |
|---|---|
class |
CharSequenceValue |
class |
NumberValue |
class |
ValueContainer |
| Modifier and Type | Field and Description |
|---|---|
static Value |
ValueContainer.FALSE |
static Value |
ValueContainer.NULL |
static Value |
ValueContainer.TRUE |
| Modifier and Type | Method and Description |
|---|---|
Value |
ValueMapImpl.get(Object key)
Get the items for the key.
|
Value |
MapItemValue.getValue() |
Value |
ValueMapImpl.put(String key,
Value value) |
Value |
MapItemValue.setValue(Value value) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,Value>> |
ValueMapImpl.entrySet()
If the map has not been built yet, then we just return a fake entry set.
|
Collection<Value> |
ValueMapImpl.values()
Return a collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
ValueMapImpl.put(String key,
Value value) |
Value |
MapItemValue.setValue(Value value) |
| Constructor and Description |
|---|
MapItemValue(Value name,
Value value) |
| Modifier and Type | Method and Description |
|---|---|
protected Value |
JsonFastParser.decodeJsonObjectLazyFinalParse() |
protected Value |
JsonParserLax.decodeNumberLax(boolean minus) |
protected Value |
PlistParser.decodeNumberPLIST(boolean minus) |
protected Value |
JsonParserLax.decodeValueInternal() |
protected Value |
JsonParserLax.decodeValueInternal(boolean isRoot) |
Copyright © 2015. All Rights Reserved.