Uses of Interface
org.apache.olingo.server.api.serializer.CustomContentTypeSupport
Packages that use CustomContentTypeSupport
-
Uses of CustomContentTypeSupport in org.apache.olingo.server.api
Methods in org.apache.olingo.server.api with parameters of type CustomContentTypeSupportModifier and TypeMethodDescriptionvoidODataHttpHandler.register(CustomContentTypeSupport customContentTypeSupport) Registers a service implementation for modifying the standard list of supported content types. -
Uses of CustomContentTypeSupport in org.apache.olingo.server.core
Methods in org.apache.olingo.server.core that return CustomContentTypeSupportMethods in org.apache.olingo.server.core with parameters of type CustomContentTypeSupportModifier and TypeMethodDescriptionstatic voidContentNegotiator.checkSupport(ContentType contentType, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType) static ContentTypeContentNegotiator.doContentNegotiation(FormatOption formatOption, ODataRequest request, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType) static booleanContentNegotiator.isSupported(ContentType contentType, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType) voidODataHttpHandlerImpl.register(CustomContentTypeSupport customContentTypeSupport)