Package 

Class ClassSnapshotParser

  • All Implemented Interfaces:
    com.firebase.ui.common.BaseSnapshotParser , com.firebase.ui.database.SnapshotParser

    
    public class ClassSnapshotParser<T>
     implements SnapshotParser<T>
                        

    A convenience implementation of SnapshotParser that converts a DataSnapshot to the parametrized class via getValue.

    • Method Summary

      Modifier and Type Method Description
      T parseSnapshot(@NonNull() DataSnapshot snapshot)
      • Methods inherited from class com.firebase.ui.common.BaseSnapshotParser

        parseSnapshot
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait