| Package | Description |
|---|---|
| eu.dnetlib.functionality.index.model | |
| eu.dnetlib.functionality.index.model.impl |
| Modifier and Type | Method and Description |
|---|---|
Value |
Any.asValue()
returns this Any as an
Value object or throws an InvalidValueTypeException. |
Value |
DataFactory.autoConvertValue(Object object)
auto converts the given object into the object's corresponding Value.
|
Value |
DataFactory.createBooleanValue(Boolean value) |
Value |
DataFactory.createDateTimeValue(Date value) |
Value |
DataFactory.createDateValue(Date value) |
Value |
DataFactory.createDoubleValue(Double value) |
Value |
DataFactory.createDoubleValue(float value) |
Value |
DataFactory.createLongValue(int value) |
Value |
DataFactory.createLongValue(Long value) |
Value |
DataFactory.createStringValue(String value) |
Value |
AnySeq.getValue(int index) |
Value |
AnyMap.getValue(String key) |
Value |
DataFactory.parseFromObject(Object object)
Deprecated.
Use
DataFactory.autoConvertValue(Object) instead |
Value |
DataFactory.parseFromString(String value,
Any.ValueType valueType) |
Value |
DataFactory.parseFromString(String value,
String type) |
Value |
DataFactory.tryDateTimestampParsingFromString(String value)
Tries to convert the String to a Date or Timestamp Value, if not possible return a String Value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValueImpl
Any holding a value.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
ValueImpl.asValue()
returns this Any as an
Value object or throws an InvalidValueTypeException. |
Value |
ImmutableAnyMapImpl.asValue() |
Value |
AbstractAny.asValue()
returns this Any as an
Value object or throws an InvalidValueTypeException. |
Value |
DefaultDataFactoryImpl.autoConvertValue(Object object)
auto converts the given object into the object's corresponding Value.
|
Value |
DefaultDataFactoryImpl.createBooleanValue(Boolean value) |
Value |
DefaultDataFactoryImpl.createDateTimeValue(Date value) |
Value |
DefaultDataFactoryImpl.createDateValue(Date value) |
Value |
DefaultDataFactoryImpl.createDoubleValue(Double value) |
Value |
DefaultDataFactoryImpl.createDoubleValue(float value) |
Value |
DefaultDataFactoryImpl.createLongValue(int value) |
Value |
DefaultDataFactoryImpl.createLongValue(Long value) |
Value |
DefaultDataFactoryImpl.createStringValue(String value) |
Value |
AnySeqImpl.getValue(int index) |
Value |
ImmutableAnyMapImpl.getValue(String key) |
Value |
AnyMapImpl.getValue(String key) |
Value |
DefaultDataFactoryImpl.parseFromObject(Object object)
Deprecated.
Use
DefaultDataFactoryImpl.autoConvertValue(Object) instead |
Value |
DefaultDataFactoryImpl.parseFromString(String value,
Any.ValueType valueType) |
Value |
DefaultDataFactoryImpl.parseFromString(String value,
String type) |
Value |
DefaultDataFactoryImpl.tryDateTimestampParsingFromString(String value)
Tries to convert the String to a Date or Timestamp Value, if not possible return a String Value.
|
Copyright © 2017. All rights reserved.