Class JsonStructureSource

  • All Implemented Interfaces:
    Source

    public class JsonStructureSource
    extends ExtendedSource
    Object to be used with Unmarshaller to unmarshal jakarta.json.JsonStructure objects (ie: jakarta.json.JsonObject or jakarta.json.JsonArray) Usage: JsonStructureSource source = new JsonStructureSource(jsonObject); Object unmarshalled = jaxbUnmarshaller.unmarshal(source);