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