Uses of Class
org.eclipse.persistence.internal.oxm.record.ExtendedSource
-
Packages that use ExtendedSource Package Description org.eclipse.persistence.oxm.json -
-
Uses of ExtendedSource in org.eclipse.persistence.oxm.json
Subclasses of ExtendedSource in org.eclipse.persistence.oxm.json Modifier and Type Class Description classJsonParserSourceObject to be used with Unmarshaller to unmarshalJsonParserobjects Usage: JsonParserSource source = new JsonParserSource(jsonParser); Object unmarshalled = jaxbUnmarshaller.unmarshal(source);classJsonStructureSourceObject 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);
-