|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ezvcard.WriterChainJson | |
---|---|
ezvcard |
Uses of Ezvcard.WriterChainJson in ezvcard |
---|
Methods in ezvcard that return Ezvcard.WriterChainJson | |
---|---|
Ezvcard.WriterChainJson |
Ezvcard.WriterChainJson.indent(boolean indent)
Sets whether or not to pretty-print the JSON. |
Ezvcard.WriterChainJson |
Ezvcard.WriterChainJson.prodId(boolean include)
Sets whether or not to add a PRODID property to each vCard, saying that the vCard was generated by this library. |
Ezvcard.WriterChainJson |
Ezvcard.WriterChainJson.register(VCardPropertyScribe<? extends VCardProperty> scribe)
Registers a property scribe. |
Ezvcard.WriterChainJson |
Ezvcard.WriterChainJson.versionStrict(boolean versionStrict)
Sets whether properties that do not support jCard (vCard version 4.0) will be excluded from the written vCard. |
static Ezvcard.WriterChainJson |
Ezvcard.writeJson(Collection<VCard> vcards)
Marshals one or more vCards to their JSON representation (jCard). |
static Ezvcard.WriterChainJson |
Ezvcard.writeJson(VCard... vcards)
Marshals one or more vCards to their JSON representation (jCard). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |