Package org.eclipse.persistence.oxm.json
-
Class Summary Class Description JsonArrayBuilderResult JsonGeneratorResult JsonObjectBuilderResult JsonParserSource Object to be used with Unmarshaller to unmarshalJsonParser
objects Usage: JsonParserSource source = new JsonParserSource(jsonParser); Object unmarshalled = jaxbUnmarshaller.unmarshal(source);JsonStructureSource Object to be used with Unmarshaller to unmarshal javax.json.JsonStructure objects (ie: javax.json.JsonObject or javax.json.JsonArray) Usage: JsonStructureSource source = new JsonStructureSource(jsonObject); Object unmarshalled = jaxbUnmarshaller.unmarshal(source);