Class XMLBinderCacheEntry
- java.lang.Object
-
- org.eclipse.persistence.internal.oxm.documentpreservation.XMLBinderCacheEntry
-
public class XMLBinderCacheEntry extends java.lang.ObjectINTERNAL:Purpose:Provide an object to be used as a cache entry in the XML Binder cache. This entry holds on to the root object mapped to a given XML node as well as any self-mapping objects, keyed on Mapping.
Responsibilities:
- Hold onto a rootObject associated with a given node
- Maintain a map of any selfMapping objects keyed on mapping
- Author:
- mmacivor
-
-
Constructor Summary
Constructors Constructor Description XMLBinderCacheEntry(java.lang.Object root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSelfMappingObject(Mapping mapping, java.lang.Object obj)java.lang.ObjectgetRootObject()java.lang.ObjectgetSelfMappingObject(Mapping mapping)
-