* @see EntityComplexPropertyProcessor
*/
@Override
public ODataResponse updateEntityComplexProperty(final PutMergePatchUriInfo uriInfo, final InputStream content,
final String requestContentType, final boolean merge, final String contentType) throws ODataException {
throw new ODataNotImplementedException();
}