public interface

IJsonUnit

implements IUnit
com.pnfsoftware.jeb.core.units.IJsonUnit

Class Overview

Represent a Json Unit

Summary

Public Methods
abstract Object getDocument()
Get the root of the document.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.IUnitCreator
From interface com.pnfsoftware.jeb.core.IUserDataSupport
From interface com.pnfsoftware.jeb.core.units.IUnit
From interface com.pnfsoftware.jeb.util.events.IEventSource

Public Methods

public abstract Object getDocument ()

Get the root of the document.

Returns
  • a generic object, can be any of Map (for Objects) List (for Arrays), basic types (Boolean, Number, String, null) or JsonId