Package | Description |
---|---|
ezvcard | |
ezvcard.io.chain |
Contains classes used in the chaining API.
|
Modifier and Type | Method and Description |
---|---|
static ChainingJsonWriter |
Ezvcard.writeJson(Collection<VCard> vcards)
Marshals one or more vCards to their JSON representation (jCard).
|
static ChainingJsonWriter |
Ezvcard.writeJson(VCard... vcards)
Marshals one or more vCards to their JSON representation (jCard).
|
Modifier and Type | Method and Description |
---|---|
ChainingJsonWriter |
ChainingJsonWriter.prettyPrint(boolean prettyPrint)
Sets whether or not to pretty-print the JSON.
|
ChainingJsonWriter |
ChainingJsonWriter.prodId(boolean include) |
ChainingJsonWriter |
ChainingJsonWriter.register(VCardPropertyScribe<? extends VCardProperty> scribe) |
ChainingJsonWriter |
ChainingJsonWriter.versionStrict(boolean versionStrict) |
Copyright © 2012–2023 Michael Angstadt. All rights reserved.