Uses of Interface
org.eclipse.ditto.internal.models.streaming.EntityIdWithRevision
-
-
Uses of EntityIdWithRevision in org.eclipse.ditto.internal.models.streaming
Classes in org.eclipse.ditto.internal.models.streaming with type parameters of type EntityIdWithRevision Modifier and Type Class Description classBatchedEntityIdWithRevisions<E extends EntityIdWithRevision<?>>A list ofEntityIdWithRevisionbatched together.Classes in org.eclipse.ditto.internal.models.streaming that implement EntityIdWithRevision Modifier and Type Class Description classAbstractEntityIdWithRevision<I extends org.eclipse.ditto.base.model.entity.id.EntityId>Abstract base implementation ofEntityIdWithRevision.classLowerBoundSpecial Entity ID's (with Revision).Methods in org.eclipse.ditto.internal.models.streaming with type parameters of type EntityIdWithRevision Modifier and Type Method Description static <T extends EntityIdWithRevision<?>>
java.util.function.Function<org.eclipse.ditto.json.JsonObject,org.eclipse.ditto.base.model.json.Jsonifiable<?>>BatchedEntityIdWithRevisions. deserializer(java.util.function.Function<org.eclipse.ditto.json.JsonObject,T> elementDeserializer)Create a deserializer from a deserializer of the elements.static <T extends EntityIdWithRevision<?>>
BatchedEntityIdWithRevisions<T>BatchedEntityIdWithRevisions. of(java.lang.Class<T> elementClass, java.util.List<T> elements)Create aBatchedEntityIdWithRevisionsobject.static <T extends EntityIdWithRevision<?>>
java.lang.StringBatchedEntityIdWithRevisions. typeOf(java.lang.Class<T> elementClass)Create a type name for the JSON deserializer based on the type of elements.Methods in org.eclipse.ditto.internal.models.streaming that return EntityIdWithRevision Modifier and Type Method Description static EntityIdWithRevision<org.eclipse.ditto.base.model.entity.id.EntityId>LowerBound. empty(org.eclipse.ditto.base.model.entity.type.EntityType entityType)static EntityIdWithRevision<org.eclipse.ditto.base.model.entity.id.EntityId>LowerBound. fromJson(org.eclipse.ditto.json.JsonObject jsonObject)EntityIdWithRevisionSudoStreamPids. getLowerBound()Return the lower-bound PID to resume a stream.Methods in org.eclipse.ditto.internal.models.streaming with parameters of type EntityIdWithRevision Modifier and Type Method Description SudoStreamPidsSudoStreamPids. withLowerBound(EntityIdWithRevision<?> lowerBound)Create a copy of this command with a lower-bound set.
-