Class BundleFormatter

  • All Implemented Interfaces:
    Formatter<android.os.Bundle>, ObjectFormatter<android.os.Bundle>

    public class BundleFormatter
    extends java.lang.Object
    implements ObjectFormatter<android.os.Bundle>
    Format an Bundle object to a string.
    Since:
    1.4.0
    • Constructor Summary

      Constructors 
      Constructor Description
      BundleFormatter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String format​(android.os.Bundle data)
      Format an Bundle object to a string.
      • Methods inherited from class java.lang.Object

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

      • BundleFormatter

        public BundleFormatter()
    • Method Detail

      • format

        public java.lang.String format​(android.os.Bundle data)
        Format an Bundle object to a string.
        Specified by:
        format in interface Formatter<android.os.Bundle>
        Parameters:
        data - the Bundle object to format
        Returns:
        the formatted string