Class MoneyFormat


  • public class MoneyFormat
    extends java.lang.Object
    Author:
    Fabrizio Giudici
    • Constructor Summary

      Constructors 
      Constructor Description
      MoneyFormat()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String format​(Money amount)  
      • Methods inherited from class java.lang.Object

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

      • MoneyFormat

        public MoneyFormat()
    • Method Detail

      • format

        @Nonnull
        public java.lang.String format​(@Nonnull
                                       Money amount)