Package | Description |
---|---|
ezvcard.io.scribe |
Contains classes that know how to marshal and unmarshal a property in each vCard format.
|
Modifier and Type | Method and Description |
---|---|
protected String |
AddressScribe._writeText(Address property,
WriteContext context) |
protected String |
AgentScribe._writeText(Agent property,
WriteContext context) |
protected String |
ClientPidMapScribe._writeText(ClientPidMap property,
WriteContext context) |
protected String |
GenderScribe._writeText(Gender property,
WriteContext context) |
protected String |
GeoScribe._writeText(Geo property,
WriteContext context) |
protected String |
ImppScribe._writeText(Impp property,
WriteContext context) |
protected String |
KeyScribe._writeText(Key property,
WriteContext context) |
protected String |
OrganizationScribe._writeText(Organization property,
WriteContext context) |
protected String |
RawPropertyScribe._writeText(RawProperty property,
WriteContext context) |
protected String |
RelatedScribe._writeText(Related property,
WriteContext context) |
protected String |
RevisionScribe._writeText(Revision property,
WriteContext context) |
protected String |
StructuredNameScribe._writeText(StructuredName property,
WriteContext context) |
protected String |
TelephoneScribe._writeText(Telephone property,
WriteContext context) |
protected String |
TimezoneScribe._writeText(Timezone property,
WriteContext context) |
protected abstract String |
VCardPropertyScribe._writeText(T property,
WriteContext context)
Marshals a property's value to a string.
|
protected String |
SimplePropertyScribe._writeText(T property,
WriteContext context) |
protected String |
PlacePropertyScribe._writeText(T property,
WriteContext context) |
protected String |
ListPropertyScribe._writeText(T property,
WriteContext context) |
protected String |
DateOrTimePropertyScribe._writeText(T property,
WriteContext context) |
protected String |
BinaryPropertyScribe._writeText(T property,
WriteContext context) |
protected String |
XmlScribe._writeText(Xml property,
WriteContext context) |
protected static String |
VCardPropertyScribe.escape(String value,
WriteContext context)
Escapes special characters in a property value for writing to a
plain-text output stream.
|
String |
VCardPropertyScribe.writeText(T property,
WriteContext context)
Marshals a property's value to a string.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.