Package 

Interface BaseSnapshotParser

    • Method Summary

      Modifier and Type Method Description
      abstract T parseSnapshot(@NonNull() S snapshot) This method parses the Snapshot into the requested type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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