-
Interface Summary Interface Description CollectionBuilder The parser uses each CollectionBuilder to build a set, map, vector or list.CollectionBuilder.Factory The parser uses CollectionBuilder.Factory instances to get a fresh CollectionBuilder each time it needs to build a set, map, vector or list.Parseable An ednParserparses text from Objects implementing this interface.Parser A Parser knows how to parse edn values from anyParseable.Parser.Config Config describes the complete configuration of a Parser.Parser.Config.Builder This Builder is used to create aParser.Config.Scanner A Scanner knows how to read syntactically correct edn tokens from any Parseable.TagHandler When aParserencounters#tag someEdnValue, it uses the TagHandler registered for#tagto transformsomeEdnValuebefore including it in the results of the parse. -
Class Summary Class Description AbstractInstantHandler This class may be extended to support additional#instrepresentations.InstantToCalendar A Handler for#instwhich translates the intant into aCalendar.InstantToDate A Handler for#instwhich translates the intant into aDate.InstantToTimestamp A Handler for#instwhich translates the intant into ajava.sql.TimeStamp.InstantUtils IOUtil ParsedInstant ParsedInstant contains the pared contents of a RFC3339 style time stamp.Parsers Factory methods for all things related toParser.Scanners Factory for creatingScanners. -
Enum Summary Enum Description Token The members of this enum are a subset of the values that may be returned byScanner.nextToken(Parseable).
Package us.bpsm.edn.parser Description
This package provides a Parser for edn.
The primary entry point is the factory class
Parsers.
DMelt 3.0 © DataMelt by jWork.ORG