类 WatchStatusDateParser

java.lang.Object
org.easysearch.client.watcher.WatchStatusDateParser

public final class WatchStatusDateParser
extends java.lang.Object
  • 方法概要

    修饰符和类型 方法 说明
    static java.time.ZonedDateTime parseDate​(java.lang.String text)  
    static java.time.ZonedDateTime parseDate​(java.lang.String fieldName, org.easysearch.common.xcontent.XContentParser parser)  

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 方法详细资料

    • parseDate

      public static java.time.ZonedDateTime parseDate​(java.lang.String fieldName, org.easysearch.common.xcontent.XContentParser parser) throws java.io.IOException
      抛出:
      java.io.IOException
    • parseDate

      public static java.time.ZonedDateTime parseDate​(java.lang.String text)