跳过导航链接
A B C D H N P R S 

A

addRule(String) - 类 中的方法com.github.sisyphsu.dateparser.DateParserBuilder
Add an standard rule which could parse the specified subsequence.
addRule(String, RuleHandler) - 类 中的方法com.github.sisyphsu.dateparser.DateParserBuilder
Add an customized rule which could parse any subsequence.

B

build() - 类 中的方法com.github.sisyphsu.dateparser.DateParserBuilder
Build the final DateParser instance.

C

com.github.sisyphsu.dateparser - 程序包 com.github.sisyphsu.dateparser
 

D

DateBuilder - com.github.sisyphsu.dateparser中的类
This DateTime used for caching the properties of parser.
DateBuilder() - 类 的构造器com.github.sisyphsu.dateparser.DateBuilder
 
DateParser - com.github.sisyphsu.dateparser中的类
DateParser represents an unique parser context, it shouldn't be used concurrently.
DateParserBuilder - com.github.sisyphsu.dateparser中的类
Predefine some date parser's rules, and support to customize new rules.
DateParserUtils - com.github.sisyphsu.dateparser中的类
This is an convenience utils for DateParser.

H

handle(CharSequence, ReMatcher, DateBuilder) - 接口 中的方法com.github.sisyphsu.dateparser.RuleHandler
Parse substring[from, to) of the specified string

N

newBuilder() - 类 中的静态方法com.github.sisyphsu.dateparser.DateParser
Create an new DateParserBuilder which could be used for initialize DateParser.

P

parseCalendar(String) - 类 中的方法com.github.sisyphsu.dateparser.DateParser
Parse the specified String into Calendar
parseCalendar(String) - 类 中的静态方法com.github.sisyphsu.dateparser.DateParserUtils
Parse the specified String into Calendar instance, it will convert different TimeZone into system's default zone.
parseDate(String) - 类 中的方法com.github.sisyphsu.dateparser.DateParser
Parse the specified String into Date
parseDate(String) - 类 中的静态方法com.github.sisyphsu.dateparser.DateParserUtils
Parse the specified String into Date instance, it will convert different TimeZone into system's default zone.
parseDateTime(String) - 类 中的方法com.github.sisyphsu.dateparser.DateParser
Parse the specified string into LocalDateTime
parseDateTime(String) - 类 中的静态方法com.github.sisyphsu.dateparser.DateParserUtils
Parse the specified String into LocalDateTime, it will convert different TimeZone into system's default zone.
parseOffsetDateTime(String) - 类 中的方法com.github.sisyphsu.dateparser.DateParser
Parse the specified string into OffsetDateTime
parseOffsetDateTime(String) - 类 中的静态方法com.github.sisyphsu.dateparser.DateParserUtils
Parse the specified String into OffsetDateTime, use +00:00 as default ZoneOffset.
preferMonthFirst(boolean) - 类 中的方法com.github.sisyphsu.dateparser.DateParserBuilder
Mark this parser prefer mm/dd or not.
preferMonthFirst(boolean) - 类 中的静态方法com.github.sisyphsu.dateparser.DateParserUtils
Setup the current Utils prefer mm/dd or not.

R

registerCustomizedRule(String, RuleHandler) - 类 中的静态方法com.github.sisyphsu.dateparser.DateParserUtils
Register new customized parse rules.
registerStandardRule(String) - 类 中的静态方法com.github.sisyphsu.dateparser.DateParserUtils
Register new standard parse rules, all captured group should have the specified names.
RuleHandler - com.github.sisyphsu.dateparser中的接口
This class represents the standard specification of rule's handler.

S

setPreferMonthFirst(boolean) - 类 中的方法com.github.sisyphsu.dateparser.DateParser
If parser cannot distinguish the dd/mm and mm/dd, preferMonthFirst will help it determine.
A B C D H N P R S 
跳过导航链接

Copyright © 2019. All rights reserved.