Package com.amazon.ion
Interface SpanProvider
-
- All Known Subinterfaces:
SeekableReader
public interface SpanProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpancurrentSpan()Gets the current span of this object, generally covering a single value on the source.
-
-
-
Method Detail
-
currentSpan
Span currentSpan()
Gets the current span of this object, generally covering a single value on the source.
-
-