See: Description
| Interface | Description |
|---|---|
| JCardRawReader.JCardDataStreamListener |
Handles the vCard data as it is read off the data stream.
|
| Class | Description |
|---|---|
| JCardDeserializer |
Deserializes jCards within the jackson-databind framework.
|
| JCardModule |
Module for jackson-databind that serializes and deserializes jCards.
|
| JCardPrettyPrinter |
A JSON pretty-printer for jCards.
|
| JCardRawReader |
Parses an vCard JSON data stream (jCard).
|
| JCardRawWriter |
Writes data to an vCard JSON data stream (jCard).
|
| JCardReader |
Parses
VCard objects from a JSON data stream (jCard format). |
| JCardSerializer |
Serializes jCards within the jackson-databind framework.
|
| JCardValue |
Holds the data type and value of a jCard property.
|
| JCardWriter |
Writes
VCard objects to a JSON data stream (jCard format). |
| JsonValue |
Represents a JSON value, array, or object.
|
| Exception | Description |
|---|---|
| JCardParseException |
Thrown during the parsing of a jCard, when a jCard is not formatted in the
correct way (the JSON syntax is valid, but it's not in the correct jCard
format).
|
| Annotation Type | Description |
|---|---|
| JCardFormat |
Defines settings for how a
VCard should be serialized when written to
JSON. |
Copyright © 2012–2023 Michael Angstadt. All rights reserved.