Interface BsonCustomBuilderLayer<P extends BsonParcelable>

    • Method Summary

      Modifier and Type Method Description
      P create​(org.hcjf.bson.BsonDocument document)
      Returns a parcelable instance from a bson document.
      • Methods inherited from interface java.lang.reflect.InvocationHandler

        invoke
    • Method Detail

      • create

        P create​(org.hcjf.bson.BsonDocument document)
        Returns a parcelable instance from a bson document.
        Parameters:
        document - Bson document.
        Returns:
        Bson parcelable instance.