Class BigTypesFormatter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.text.DecimalFormatSymbols symbols  
    • Constructor Summary

      Constructors 
      Constructor Description
      BigTypesFormatter​(java.text.DecimalFormatSymbols symbols)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Number parse​(java.lang.String clientValue)
      Parses a value from the client in a locale-specific way.
      protected abstract java.lang.Number parseConvertedValue​(java.lang.String converted)  
      java.lang.String toClient​(java.lang.Number value)
      Formats a value for the client in a locale-specific way.
      protected java.lang.String toString​(char ch)  
      • Methods inherited from class java.lang.Object

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

      • symbols

        protected final java.text.DecimalFormatSymbols symbols
    • Constructor Detail

      • BigTypesFormatter

        public BigTypesFormatter​(java.text.DecimalFormatSymbols symbols)
    • Method Detail

      • toString

        protected java.lang.String toString​(char ch)
      • parse

        public java.lang.Number parse​(java.lang.String clientValue)
                               throws java.text.ParseException
        Description copied from interface: NumericFormatter
        Parses a value from the client in a locale-specific way.
        Specified by:
        parse in interface NumericFormatter
        Throws:
        java.text.ParseException
      • parseConvertedValue

        protected abstract java.lang.Number parseConvertedValue​(java.lang.String converted)