Package | Description |
---|---|
org.apache.olingo.commons.api.edm.provider |
Contains representations for objects created during CSDL document parsing
|
Modifier and Type | Method and Description |
---|---|
CsdlMapping |
CsdlProperty.getMapping()
Gets mapping.
|
CsdlMapping |
CsdlParameter.getMapping()
Gets mapping.
|
CsdlMapping |
CsdlMapping.setMappedJavaClass(Class<?> mappedJavaClass)
Sets the class to be used during deserialization to transform an EDM primitive type into this java class.
|
Modifier and Type | Method and Description |
---|---|
CsdlProperty |
CsdlProperty.setMapping(CsdlMapping mapping)
Sets mapping.
|
CsdlParameter |
CsdlParameter.setMapping(CsdlMapping mapping)
Sets mapping.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.