Class CollectionPendingReference
java.lang.Object
cz.cvut.kbss.jsonld.deserialization.reference.CollectionPendingReference
- All Implemented Interfaces:
- PendingReference
Represents a collection-based pending reference.
 
That is, a collection containing a reference to an object.
- 
Constructor Details- 
CollectionPendingReference
 
- 
- 
Method Details- 
applyDescription copied from interface:PendingReferenceApplies the specified referenced object to this pending reference, resolving it.Resolving the reference basically means inserting the referenced object into the place represented by this instance (e.g., field value, collection). - Specified by:
- applyin interface- PendingReference
- Parameters:
- referencedObject- The object referenced by this pending reference
 
 
-