Uses of Interface
org.joda.time.format.DateTimeParser
-
Packages that use DateTimeParser Package Description org.joda.time.format Provides printing and parsing support for instants and durations. -
-
Uses of DateTimeParser in org.joda.time.format
Classes in org.joda.time.format that implement DateTimeParser Modifier and Type Class Description (package private) classInternalParserDateTimeParserAdapter between old and new printer interface.Fields in org.joda.time.format declared as DateTimeParser Modifier and Type Field Description private DateTimeParserDateTimeParserInternalParser. underlyingMethods in org.joda.time.format that return DateTimeParser Modifier and Type Method Description DateTimeParserDateTimeFormatter. getParser()Gets the internal parser object that performs the real parsing work.(package private) DateTimeParserDateTimeParserInternalParser. getUnderlying()(package private) static DateTimeParserInternalParserDateTimeParser. of(InternalParser underlying)DateTimeParserDateTimeFormatterBuilder. toParser()Internal method to create a DateTimeParser instance using all the appended elements.Methods in org.joda.time.format with parameters of type DateTimeParser Modifier and Type Method Description DateTimeFormatterBuilderDateTimeFormatterBuilder. append(DateTimeParser parser)Appends just a parser.DateTimeFormatterBuilderDateTimeFormatterBuilder. append(DateTimePrinter printer, DateTimeParser parser)Appends a printer/parser pair.DateTimeFormatterBuilderDateTimeFormatterBuilder. append(DateTimePrinter printer, DateTimeParser[] parsers)Appends a printer and a set of matching parsers.DateTimeFormatterBuilderDateTimeFormatterBuilder. appendOptional(DateTimeParser parser)Appends just a parser element which is optional.private voidDateTimeFormatterBuilder. checkParser(DateTimeParser parser)Checks if the parser is non null and a provider.(package private) static InternalParserDateTimeParserInternalParser. of(DateTimeParser underlying)longDateTimeParserBucket. parseMillis(DateTimeParser parser, java.lang.CharSequence text)Parses a datetime from the given text, returning the number of milliseconds since the epoch, 1970-01-01T00:00:00Z.Constructors in org.joda.time.format with parameters of type DateTimeParser Constructor Description DateTimeFormatter(DateTimePrinter printer, DateTimeParser parser)Creates a new formatter, however you will normally use the factory or the builder.DateTimeParserInternalParser(DateTimeParser underlying)
-