|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.openharbor.beck.ObjectOHXPathMap
Maps from Java objects to the OHXPaths of their corresponding XML elements. This class is not thread-safe; an instance should not be used by multiple threads.
Nested Class Summary | |
static class |
ObjectOHXPathMap.ObjectIdentity
Defines equals and hashCode in terms of object identity. |
static class |
ObjectOHXPathMap.Policy
Controls the behavior of an ObjectOHXPathMap. |
Constructor Summary | |
ObjectOHXPathMap()
|
Method Summary | |
OHXPath |
get(java.lang.Object referent)
Find the OHXPath of the XML element previously map(java.lang.Object, com.openharbor.beck.map.MapToXML.Source, com.openharbor.beck.ObjectOHXPathMap.Policy) ped from the given object. |
void |
map(java.lang.Object source,
MapToXML.Source mapping,
ObjectOHXPathMap.Policy policy)
Map from Java objects to the OHXPaths of their corresponding XML elements. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectOHXPathMap()
Method Detail |
public void map(java.lang.Object source, MapToXML.Source mapping, ObjectOHXPathMap.Policy policy) throws java.lang.Exception
java.lang.Exception
public OHXPath get(java.lang.Object referent)
map(java.lang.Object, com.openharbor.beck.map.MapToXML.Source, com.openharbor.beck.ObjectOHXPathMap.Policy)
ped from the given object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |