Uses of Class
org.apache.olingo.commons.api.data.Valuable
Packages that use Valuable
Package
Description
Contains all the data objects of OData responses and OData requests
-
Uses of Valuable in org.apache.olingo.client.core.serialization
Methods in org.apache.olingo.client.core.serialization with parameters of type ValuableModifier and TypeMethodDescriptionprotected ClientValueODataBinderImpl.getODataValue(FullQualifiedName type, Valuable valuable, URI contextURL, String metadataETag) protected voidJsonSerializer.valuable(com.fasterxml.jackson.core.JsonGenerator jgen, Valuable valuable, String name) protected voidJsonDeserializer.value(Valuable valuable, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.core.ObjectCodec codec) -
Uses of Valuable in org.apache.olingo.commons.api.data
Subclasses of Valuable in org.apache.olingo.commons.api.dataModifier and TypeClassDescriptionclassRepresents an instance annotation.classData representation for a parameter.classData representation for a property. -
Uses of Valuable in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json with parameters of type ValuableModifier and TypeMethodDescriptionprotected voidEdmAssistedJsonSerializer.valuable(com.fasterxml.jackson.core.JsonGenerator json, Valuable valuable, String name, EdmType type, EdmProperty edmProperty)