public final class JsonParserSource
extends ExtendedSource
Object to be used with Unmarshaller to unmarshal JsonParser objects
Usage:
JsonParserSource source = new JsonParserSource(jsonParser);
Object unmarshalled = jaxbUnmarshaller.unmarshal(source);