public abstract class IDResolver
extends org.eclipse.persistence.internal.oxm.IDResolver
IDResolver can be subclassed to allow customization of the ID/IDREF processing of XMLUnmarshaller. A custom IDResolver can be specified on the Unmarshaller as follows:
IDResolver customResolver = new MyIDResolver();
xmlUnmarshaller.setIDResolver(customResolver);
XMLUnmarshaller
Constructor and Description |
---|
IDResolver() |