Uses of Class
com.ethlo.time.ParseConfig
Packages that use ParseConfig
-
Uses of ParseConfig in com.ethlo.time
Fields in com.ethlo.time declared as ParseConfigModifier and TypeFieldDescriptionstatic final ParseConfigParseConfig.DEFAULTstatic final ParseConfigParseConfig.STRICTMethods in com.ethlo.time that return ParseConfigModifier and TypeMethodDescriptionParseConfig.withDateTimeSeparators(char... allowed) ParseConfig.withFailOnTrailingJunk(boolean failOnTrailingJunk) ParseConfig.withFractionSeparators(char... allowed) Methods in com.ethlo.time with parameters of type ParseConfigModifier and TypeMethodDescriptionstatic DateTimeITU.parseLenient(String text, ParseConfig parseConfig) Allows parsing leniently withto control some aspects of the parsingstatic DateTimeITU.parseLenient(String text, ParseConfig parseConfig, ParsePosition position)