Class ReferenceEntries
- java.lang.Object
-
- org.eclipse.emfcloud.jackson.databind.deser.ReferenceEntries
-
public class ReferenceEntries extends Object
-
-
Constructor Summary
Constructors Constructor Description ReferenceEntries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<ReferenceEntry>entries()org.eclipse.emf.ecore.EObjectget(String id)voidresolve(com.fasterxml.jackson.databind.DatabindContext context, URIHandler handler)Resolves all reference entries that have been collected during deserialization.voidstore(String id, org.eclipse.emf.ecore.EObject value)
-
-
-
Method Detail
-
resolve
public void resolve(com.fasterxml.jackson.databind.DatabindContext context, URIHandler handler)Resolves all reference entries that have been collected during deserialization.- Parameters:
context- current deserialization contexthandler- use for resolution of URIs
-
entries
public Collection<ReferenceEntry> entries()
-
store
public void store(String id, org.eclipse.emf.ecore.EObject value)
-
get
public org.eclipse.emf.ecore.EObject get(String id)
-
-