Interface PrimitiveReader

  • All Known Subinterfaces:
    ValueReader

    public interface PrimitiveReader
    Author:
    Sergey Polovko
    • Method Detail

      • getBool

        boolean getBool()
      • getInt8

        byte getInt8()
      • getUint8

        int getUint8()
      • getInt16

        short getInt16()
      • getUint16

        int getUint16()
      • getInt32

        int getInt32()
      • getUint32

        long getUint32()
      • getInt64

        long getInt64()
      • getUint64

        long getUint64()
      • getFloat32

        float getFloat32()
      • getFloat64

        double getFloat64()
      • getTimestamp

        Instant getTimestamp()
      • getString

        byte[] getString()
      • getUuid

        UUID getUuid()
      • getYson

        byte[] getYson()
      • getJsonDocument

        String getJsonDocument()