public class XMLBinderCacheEntry
extends java.lang.Object
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:
Constructor and Description |
---|
XMLBinderCacheEntry(java.lang.Object root) |
Modifier and Type | Method and Description |
---|---|
void |
addSelfMappingObject(Mapping mapping,
java.lang.Object obj) |
java.lang.Object |
getRootObject() |
java.lang.Object |
getSelfMappingObject(Mapping mapping) |
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference