| Package | Description | 
|---|---|
| org.apache.olingo.client.api.domain | |
| org.apache.olingo.commons.api.edm | Contains representations for EDM objects created during the URI parsing | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | ClientPrimitiveValue. toCastValue(Class<T> reference)Returns the current value casted to the given type. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | EdmPrimitiveType. fromUriLiteral(String literal)Converts URI literal representation to default literal representation. | 
| <T> T | EdmPrimitiveType. valueOfString(String value,
             Boolean isNullable,
             Integer maxLength,
             Integer precision,
             Integer scale,
             Boolean isUnicode,
             Class<T> returnType)Converts literal representation of value to system data type. | 
| String | EdmPrimitiveType. valueToString(Object value,
             Boolean isNullable,
             Integer maxLength,
             Integer precision,
             Integer scale,
             Boolean isUnicode)Converts system data type to literal representation of value. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.