Uses of Interface
org.apache.olingo.server.api.serializer.ODataSerializer
Packages that use ODataSerializer
Package
Description
Olingo Server API
-
Uses of ODataSerializer in org.apache.olingo.netty.server.core
Methods in org.apache.olingo.netty.server.core that return ODataSerializerModifier and TypeMethodDescriptionODataNettyImpl.createRxSerializer(ContentType contentType) ODataNettyImpl.createSerializer(ContentType contentType) ODataNettyImpl.createSerializer(ContentType contentType, List<String> versions) -
Uses of ODataSerializer in org.apache.olingo.server.api
Methods in org.apache.olingo.server.api that return ODataSerializerModifier and TypeMethodDescriptionabstract ODataSerializerOData.createRxSerializer(ContentType contentType) Creates a new serializer object for rendering content in the specified format.abstract ODataSerializerOData.createSerializer(ContentType contentType) Creates a new serializer object for rendering content in the specified format.abstract ODataSerializerOData.createSerializer(ContentType contentType, List<String> versions) Creates a new serializer object for rendering content in the specified format. -
Uses of ODataSerializer in org.apache.olingo.server.core
Methods in org.apache.olingo.server.core that return ODataSerializerModifier and TypeMethodDescriptionODataImpl.createRxSerializer(ContentType contentType) ODataImpl.createSerializer(ContentType contentType) ODataImpl.createSerializer(ContentType contentType, List<String> versions) Methods in org.apache.olingo.server.core with parameters of type ODataSerializerModifier and TypeMethodDescriptionODataWritableContent.with(AbstractEntityCollectionObject entitySet, EdmEntityType entityType, ODataSerializer serializer, ServiceMetadata metadata, EntityCollectionSerializerOptions options) Constructors in org.apache.olingo.server.core with parameters of type ODataSerializerModifierConstructorDescriptionODataWritableContentBuilder(AbstractEntityCollectionObject entities, EdmEntityType entityType, ODataSerializer serializer, ServiceMetadata metadata, EntityCollectionSerializerOptions options) -
Uses of ODataSerializer in org.apache.olingo.server.core.serializer.json
Classes in org.apache.olingo.server.core.serializer.json that implement ODataSerializer -
Uses of ODataSerializer in org.apache.olingo.server.core.serializer.xml
Classes in org.apache.olingo.server.core.serializer.xml that implement ODataSerializer