| Package | Description |
|---|---|
| bpsm.edn | |
| bpsm.edn.parser | |
| bpsm.edn.parser.inst |
| Modifier and Type | Method and Description |
|---|---|
Tag |
TaggedValue.getTag() |
static Tag |
Tag.newTag(Symbol sym) |
| Modifier and Type | Method and Description |
|---|---|
int |
Tag.compareTo(Tag o) |
static TaggedValue |
TaggedValue.newTaggedValue(Tag tag,
Object value) |
| Modifier and Type | Field and Description |
|---|---|
static Tag |
Parser.Config.BIG_DECIMAL_TAG
Floating point literals which are marked by a trailing M are
initially parsed as
BigDecimal. |
static Tag |
Parser.Config.BIG_INTEGER_TAG
Integer literals marked by a trailing N, and those which lie outside
the range of a
java.lang.Long are initially parsed as
BigInteger. A user wishing to customize the representation of
big integers may install a TagHandler for this Tag, which will be
called with the parsed BigInteger. |
static Tag |
Parser.Config.DOUBLE_TAG
Floating point literals not marked by a trailing M are initially
parsed as
Double. |
static Tag |
Parser.Config.EDN_INSTANT |
static Tag |
Parser.Config.EDN_UUID |
static Tag |
Parser.Config.LONG_TAG
Integer literals not marked by a trailing N which lie inside the
range of a
java.lang.Long are initially parsed as
Long. |
| Modifier and Type | Method and Description |
|---|---|
TagHandler |
Parser.Config.getTagHandler(Tag tag) |
Parser.Config.Builder |
Parser.Config.Builder.putTagHandler(Tag tag,
TagHandler handler) |
Object |
TagHandler.transform(Tag tag,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractInstantHandler.transform(Tag tag,
Object value) |
Copyright © 2012. All Rights Reserved.