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