Class JSONBytesSource

java.lang.Object
org.h2.util.json.JSONTextSource
org.h2.util.json.JSONBytesSource

public final class JSONBytesSource extends JSONTextSource
JSON byte array source.
  • Method Details

    • parse

      public static <R> R parse(byte[] bytes, JSONTarget<R> target)
      Parses source bytes to a specified target.
      Type Parameters:
      R - the type of the result
      Parameters:
      bytes - source
      target - target
      Returns:
      the result of the target
    • normalize

      public static byte[] normalize(byte[] bytes)
      Converts bytes into normalized JSON representation.
      Parameters:
      bytes - source representation
      Returns:
      normalized representation
    • toString

      public String toString()
      Overrides:
      toString in class Object