Uses of Class
org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException
Packages that use EdmPrimitiveTypeException
Package
Description
Contains representations for EDM objects created during the URI parsing
-
Uses of EdmPrimitiveTypeException in org.apache.olingo.client.api.domain
Methods in org.apache.olingo.client.api.domain that throw EdmPrimitiveTypeExceptionModifier and TypeMethodDescription<T> T
ClientPrimitiveValue.toCastValue
(Class<T> reference) Returns the current value casted to the given type. -
Uses of EdmPrimitiveTypeException in org.apache.olingo.commons.api.edm
Methods in org.apache.olingo.commons.api.edm that throw EdmPrimitiveTypeExceptionModifier and TypeMethodDescriptionEdmPrimitiveType.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.EdmPrimitiveType.valueToString
(Object value, Boolean isNullable, Integer maxLength, Integer precision, Integer scale, Boolean isUnicode) Converts system data type to literal representation of value.