Package com.linkedin.venice.schema.vson
Class VsonReader
java.lang.Object
com.linkedin.venice.schema.vson.VsonReader
Deprecated.
Frontend parser. Can read arbitrary strings and convert them to intermediate Objects.
The intermediate objects then could be converted to either Avro or Vson Schema.
It throws exceptions if syntax errors incur.
-
Constructor Summary
ConstructorDescriptionVsonReader
(Reader reader) Deprecated.VsonReader
(Reader reader, int contextBufferSize) Deprecated. -
Method Summary
-
Constructor Details
-
VsonReader
Deprecated. -
VsonReader
Deprecated.
-
-
Method Details
-
hasMore
public boolean hasMore()Deprecated. -
read
Deprecated. -
readObject
Deprecated. -
readArray
Deprecated. -
readNull
Deprecated. -
readBoolean
Deprecated. -
readString
Deprecated. -
readNumber
Deprecated. -
readInt
public int readInt()Deprecated. -
readFraction
public double readFraction()Deprecated. -
getCurrentLineNumber
public int getCurrentLineNumber()Deprecated. -
getCurrentLineOffset
public int getCurrentLineOffset()Deprecated. -
getCurrentContext
Deprecated.
-