Class BsonParcelable.Builder

  • Enclosing interface:
    BsonParcelable

    public static final class BsonParcelable.Builder
    extends java.lang.Object
    Internal class to create and populate the instance serialized into the bson document.
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      Modifier and Type Method Description
      static <P extends BsonParcelable>
      P
      create​(org.hcjf.bson.BsonDocument document)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • create

        public static <P extends BsonParcelable> P create​(org.hcjf.bson.BsonDocument document)