Class DateFieldHandler.ParseOptions

  • Enclosing class:
    DateFieldHandler

    static class DateFieldHandler.ParseOptions
    extends java.lang.Object
    A class for controlling the parse options. There is currently only one parse option.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean _allowNoTime
      If true and the 'T' field is not present, a xsd:date is parsed, else xsd:dateTime.
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • _allowNoTime

        public boolean _allowNoTime
        If true and the 'T' field is not present, a xsd:date is parsed, else xsd:dateTime.
    • Constructor Detail

      • ParseOptions

        ParseOptions()