Package | Description |
---|---|
ezvcard | |
ezvcard.io.chain |
Contains classes used in the chaining API.
|
Modifier and Type | Method and Description |
---|---|
static ChainingJsonParser<ChainingJsonParser<?>> |
Ezvcard.parseJson(InputStream in)
Parses JSON-encoded vCards (jCard).
|
static ChainingJsonParser<ChainingJsonParser<?>> |
Ezvcard.parseJson(Path file)
Parses JSON-encoded vCards (jCard).
|
static ChainingJsonParser<ChainingJsonParser<?>> |
Ezvcard.parseJson(Reader reader)
Parses JSON-encoded vCards (jCard).
|
Modifier and Type | Method and Description |
---|---|
static ChainingJsonParser<ChainingJsonParser<?>> |
Ezvcard.parseJson(InputStream in)
Parses JSON-encoded vCards (jCard).
|
static ChainingJsonParser<ChainingJsonParser<?>> |
Ezvcard.parseJson(Path file)
Parses JSON-encoded vCards (jCard).
|
static ChainingJsonParser<ChainingJsonParser<?>> |
Ezvcard.parseJson(Reader reader)
Parses JSON-encoded vCards (jCard).
|
Modifier and Type | Class and Description |
---|---|
class |
ChainingJsonParser<T extends ChainingJsonParser<?>>
Chainer class for parsing jCards (JSON-encoded vCards).
|
Modifier and Type | Class and Description |
---|---|
class |
ChainingJsonStringParser
Chainer class for parsing jCards (JSON-encoded vCards) from strings.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.