Uses of Class
org.apache.olingo.odata2.api.edm.EdmSimpleTypeException
-
Packages that use EdmSimpleTypeException Package Description org.apache.olingo.odata2.api.edm Entity Data Model API -
-
Uses of EdmSimpleTypeException in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that throw EdmSimpleTypeException Modifier and Type Method Description StringEdmSimpleType. toUriLiteral(String literal)Converts default literal representation to URI literal representation.<T> TEdmSimpleType. valueOfString(String value, EdmLiteralKind literalKind, EdmFacets facets, Class<T> returnType)Converts literal representation of value to system data type.StringEdmSimpleType. valueToString(Object value, EdmLiteralKind literalKind, EdmFacets facets)Converts system data type to literal representation of value.
-