Class Constants

java.lang.Object
io.objectbox.flatbuffers.Constants

public class Constants extends Object
Class that holds shared constants
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The number of bytes in a size prefix.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    A version identifier to force a compile error if someone accidentally tries to build generated code with a runtime of two mismatched version.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SIZE_PREFIX_LENGTH

      public static final int SIZE_PREFIX_LENGTH
      The number of bytes in a size prefix.
      See Also:
  • Constructor Details

    • Constants

      public Constants()
  • Method Details

    • FLATBUFFERS_23_5_26

      public static void FLATBUFFERS_23_5_26()
      A version identifier to force a compile error if someone accidentally tries to build generated code with a runtime of two mismatched version. Versions need to always match, as the runtime and generated code are modified in sync. Changes to the Java implementation need to be sure to change the version here and in the code generator on every possible incompatible change