Uses of Interface
org.apache.olingo.commons.api.edm.EdmParameter
Packages that use EdmParameter
Package
Description
Contains representations for EDM objects created during the URI parsing
Olingo Server API - Deserializer
-
Uses of EdmParameter in org.apache.olingo.commons.api.edm
Methods in org.apache.olingo.commons.api.edm that return EdmParameterModifier and TypeMethodDescriptionEdmOperation.getParameter(String name) Get parameter for given name -
Uses of EdmParameter in org.apache.olingo.commons.core.edm
Classes in org.apache.olingo.commons.core.edm that implement EdmParameterMethods in org.apache.olingo.commons.core.edm that return EdmParameter -
Uses of EdmParameter in org.apache.olingo.server.api.deserializer
Methods in org.apache.olingo.server.api.deserializer with parameters of type EdmParameterModifier and TypeMethodDescriptionFixedFormatDeserializer.parameter(String content, EdmParameter parameter) Reads parameter data (in URI syntax) from a String. -
Uses of EdmParameter in org.apache.olingo.server.core.deserializer
Methods in org.apache.olingo.server.core.deserializer with parameters of type EdmParameterModifier and TypeMethodDescriptionFixedFormatDeserializerImpl.parameter(String content, EdmParameter parameter) -
Uses of EdmParameter in org.apache.olingo.server.core.deserializer.json
Methods in org.apache.olingo.server.core.deserializer.json with parameters of type EdmParameterModifier and TypeMethodDescriptionODataJsonDeserializer.parameter(String content, EdmParameter parameter) Reads a parameter value from a String.