EclipseLink 2.3.3, build 'qualifier' API Reference

org.eclipse.persistence.jaxb
Class UnmarshallerProperties

java.lang.Object
  extended by org.eclipse.persistence.jaxb.UnmarshallerProperties

public class UnmarshallerProperties
extends java.lang.Object

These are properties that may be set on an instance of Unmarshaller:

 Unmarshaller unmarshaller = jaxbContext.createUnmarshaller();
 unmarshaller.setProperty();
 


Field Summary
static java.lang.String ID_RESOLVER
          The Constant ID_RESOLVER.
 
Constructor Summary
UnmarshallerProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID_RESOLVER

public static final java.lang.String ID_RESOLVER
The Constant ID_RESOLVER. This can be used to specify a custom IDResolver class, to allow customization of ID/IDREF processing.

See Also:
Constant Field Values
Since:
2.3.3
Constructor Detail

UnmarshallerProperties

public UnmarshallerProperties()

EclipseLink 2.3.3, build 'qualifier' API Reference