| Package | Description |
|---|---|
| eu.dnetlib.functionality.index.model | |
| eu.dnetlib.functionality.index.model.impl | |
| eu.dnetlib.functionality.index.model.util |
| Modifier and Type | Method and Description |
|---|---|
AnyMap |
Any.asMap()
returns this Any as an
AnyMap object or throws an InvalidValueTypeException. |
AnyMap |
DataFactory.cloneAnyMap(AnyMap source)
Clone AnyMap object.
|
AnyMap |
DataFactory.createAnyMap() |
AnyMap |
AnySeq.getMap(int index) |
AnyMap |
AnyMap.getMap(String key) |
AnyMap |
AnyMap.getMap(String key,
boolean create)
Gets the map and optionally creates one under the given key if not present.
|
| Modifier and Type | Method and Description |
|---|---|
AnyMap |
DataFactory.cloneAnyMap(AnyMap source)
Clone AnyMap object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnyMapImpl
Class implementing AnyMap.
|
class |
ImmutableAnyMapImpl
immutable decorator for an AnyMap.
|
| Modifier and Type | Field and Description |
|---|---|
static AnyMap |
DefaultDataFactoryImpl.IMMUTABLE_EMPTY_MAP
immutable empyty map.
|
| Modifier and Type | Method and Description |
|---|---|
AnyMap |
ImmutableAnyMapImpl.asMap() |
AnyMap |
AnyMapImpl.asMap()
returns this Any as an
AnyMap object or throws an InvalidValueTypeException. |
AnyMap |
AbstractAny.asMap()
returns this Any as an
AnyMap object or throws an InvalidValueTypeException. |
AnyMap |
DefaultDataFactoryImpl.cloneAnyMap(AnyMap source)
Clone AnyMap object.
|
AnyMap |
DefaultDataFactoryImpl.createAnyMap() |
AnyMap |
AnySeqImpl.getMap(int index) |
AnyMap |
ImmutableAnyMapImpl.getMap(String key) |
AnyMap |
AnyMapImpl.getMap(String key) |
AnyMap |
ImmutableAnyMapImpl.getMap(String key,
boolean create) |
AnyMap |
AnyMapImpl.getMap(String key,
boolean create)
Gets the map and optionally creates one under the given key if not present.
|
| Modifier and Type | Method and Description |
|---|---|
AnyMap |
DefaultDataFactoryImpl.cloneAnyMap(AnyMap source)
Clone AnyMap object.
|
| Constructor and Description |
|---|
ImmutableAnyMapImpl(AnyMap map) |
| Modifier and Type | Field and Description |
|---|---|
static AnyMap |
AnyUtil.EMPTY_MAP
Immutable empty AnyMap instance.
|
| Modifier and Type | Method and Description |
|---|---|
static AnyMap |
AnyUtil.asMap(Any any)
null save version.
|
static AnyMap |
AnyUtil.exceptionToAny(Throwable e)
convert an exception to an any object.
|
static AnyMap |
AnyUtil.findMapInSeq(AnySeq seq,
String keyName,
String keyValue)
returns the 1st map in the give SEQ that contains a value with the given name value, or null if not found.
|
static AnyMap |
AnyUtil.propertiesToAny(Properties props)
convert java.util.Properties to AnyMap.
|
| Modifier and Type | Method and Description |
|---|---|
static Properties |
AnyUtil.anyToProperties(AnyMap anyMap)
convert AnyMap to java.util.Properties.
|
Copyright © 2017. All rights reserved.