[OLINGO-404] Allow inheritance for iterators
This commit is contained in:
parent
b9d452740d
commit
0c82297ccc
|
@ -56,14 +56,14 @@ public class ODataEntitySetIterator<ES extends CommonODataEntitySet, E extends C
|
||||||
*/
|
*/
|
||||||
private static final Logger LOG = LoggerFactory.getLogger(ODataEntitySetIterator.class);
|
private static final Logger LOG = LoggerFactory.getLogger(ODataEntitySetIterator.class);
|
||||||
|
|
||||||
private final CommonODataClient<?> odataClient;
|
protected final CommonODataClient<?> odataClient;
|
||||||
|
|
||||||
|
protected ResWrap<Entity> cached;
|
||||||
|
|
||||||
private final InputStream stream;
|
private final InputStream stream;
|
||||||
|
|
||||||
private final ODataFormat format;
|
private final ODataFormat format;
|
||||||
|
|
||||||
private ResWrap<Entity> cached;
|
|
||||||
|
|
||||||
private ES entitySet;
|
private ES entitySet;
|
||||||
|
|
||||||
private final ByteArrayOutputStream osEntitySet;
|
private final ByteArrayOutputStream osEntitySet;
|
||||||
|
|
Loading…
Reference in New Issue