Interface UnsupportedEntityIdValue

All Superinterfaces:
EntityIdValue, IriIdentifiedValue, Value
All Known Implementing Classes:
UnsupportedEntityIdValueImpl

public interface UnsupportedEntityIdValue extends EntityIdValue
Represents a entity id value of an unsupported type. We can still "deserialize" it by just storing its JSON representation, so that it can be serialized back to its original representation. This avoids parsing failures on documents containing these values.
Author:
Antonin Delpeuch
  • Method Details

    • getEntityTypeJsonString

      String getEntityTypeJsonString()
      The type of entity as represented in the JSON serialization.