Class AddModuleInfoMojo.InstantConverter

  • Enclosing class:
    AddModuleInfoMojo

    private static class AddModuleInfoMojo.InstantConverter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.time.Instant DATE_MAX  
      private static java.time.Instant DATE_MIN  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private InstantConverter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.time.Instant convert​(java.lang.String value)  
      private static boolean isNumeric​(java.lang.String str)  
      • Methods inherited from class java.lang.Object

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

      • DATE_MIN

        private static final java.time.Instant DATE_MIN
      • DATE_MAX

        private static final java.time.Instant DATE_MAX
    • Constructor Detail

      • InstantConverter

        private InstantConverter()
    • Method Detail

      • convert

        public static java.time.Instant convert​(java.lang.String value)
      • isNumeric

        private static boolean isNumeric​(java.lang.String str)