Package org.apache.johnzon.core
Class JsonLocationImpl
- java.lang.Object
- 
- org.apache.johnzon.core.JsonLocationImpl
 
- 
- All Implemented Interfaces:
- jakarta.json.stream.JsonLocation,- Serializable
 
 final class JsonLocationImpl extends Object implements jakarta.json.stream.JsonLocation, Serializable 
- 
- 
Field SummaryFields Modifier and Type Field Description private longcolumnNumberprivate longlineNumberprivate longstreamOffsetstatic jakarta.json.stream.JsonLocationUNKNOWN_LOCATION
 - 
Constructor SummaryConstructors Constructor Description JsonLocationImpl(long lineNumber, long columnNumber, long streamOffset)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetColumnNumber()longgetLineNumber()longgetStreamOffset()inthashCode()StringtoString()
 
- 
- 
- 
Method Detail- 
getLineNumberpublic long getLineNumber() - Specified by:
- getLineNumberin interface- jakarta.json.stream.JsonLocation
 
 - 
getColumnNumberpublic long getColumnNumber() - Specified by:
- getColumnNumberin interface- jakarta.json.stream.JsonLocation
 
 - 
getStreamOffsetpublic long getStreamOffset() - Specified by:
- getStreamOffsetin interface- jakarta.json.stream.JsonLocation
 
 
- 
 
-