Interface SnapshotParser<T>

  • All Superinterfaces:
    com.firebase.ui.common.BaseSnapshotParser<com.google.firebase.firestore.DocumentSnapshot,​T>
    All Known Implementing Classes:
    CachingSnapshotParser, ClassSnapshotParser

    public interface SnapshotParser<T>
    extends com.firebase.ui.common.BaseSnapshotParser<com.google.firebase.firestore.DocumentSnapshot,​T>
    Base interface for a BaseSnapshotParser for DocumentSnapshot.
    • Method Summary

      • Methods inherited from interface com.firebase.ui.common.BaseSnapshotParser

        parseSnapshot