| Package | Description |
|---|---|
| us.bpsm.edn.parser |
This package provides a Parser for edn.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInstantHandler
This class may be extended to support additional
#inst
representations. |
class |
InstantToCalendar
A Handler for
#inst which translates the instant into a
Calendar. |
class |
InstantToDate
A Handler for
#inst which translates the instant into a
Date. |
class |
InstantToTimestamp
A Handler for
#inst which translates the instant into a
Timestamp. |
| Modifier and Type | Method and Description |
|---|---|
TagHandler |
Parser.Config.getTagHandler(Tag tag)
Return the
TagHandler associated with the given
Tag, or null. |
| Modifier and Type | Method and Description |
|---|---|
Parser.Config.Builder |
Parser.Config.Builder.putTagHandler(Tag tag,
TagHandler handler)
Register
handler as the handler to be called
with tag is encountered by the parser. |
Copyright © 2019. All rights reserved.