-
public interface BaseSnapshotParser<S, T>Common interface for snapshot parsers.
-
-
Method Summary
Modifier and Type Method Description abstract TparseSnapshot(@NonNull() S snapshot)This method parses the Snapshot into the requested type. -
-
Method Detail
-
parseSnapshot
@NonNull() abstract T parseSnapshot(@NonNull() S snapshot)
This method parses the Snapshot into the requested type.
- Parameters:
snapshot- the Snapshot to extract the model from
-
-
-
-