|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezvcard.io.scribe.VCardPropertyScribe<T>
ezvcard.io.scribe.SimplePropertyScribe<T>
ezvcard.io.scribe.StringPropertyScribe<T>
ezvcard.io.scribe.UriPropertyScribe<Source>
ezvcard.io.scribe.SourceScribe
public class SourceScribe
Marshals Source
properties.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ezvcard.io.scribe.VCardPropertyScribe |
---|
VCardPropertyScribe.DateWriter, VCardPropertyScribe.Result<T extends VCardProperty>, VCardPropertyScribe.SemiStructuredIterator, VCardPropertyScribe.Splitter, VCardPropertyScribe.StructuredIterator |
Field Summary |
---|
Fields inherited from class ezvcard.io.scribe.SimplePropertyScribe |
---|
dataType |
Fields inherited from class ezvcard.io.scribe.VCardPropertyScribe |
---|
clazz, propertyName, qname |
Constructor Summary | |
---|---|
SourceScribe()
|
Method Summary | |
---|---|
protected Source |
_parseValue(String value)
Parses the property from a string. |
Methods inherited from class ezvcard.io.scribe.UriPropertyScribe |
---|
_parseHtml |
Methods inherited from class ezvcard.io.scribe.StringPropertyScribe |
---|
_writeValue |
Methods inherited from class ezvcard.io.scribe.SimplePropertyScribe |
---|
_defaultDataType, _parseJson, _parseText, _parseXml, _writeJson, _writeText, _writeXml |
Methods inherited from class ezvcard.io.scribe.VCardPropertyScribe |
---|
_dataType, _prepareParameters, dataType, date, date, defaultDataType, escape, getPropertyClass, getPropertyName, getQName, handlePrefParam, list, list, list, missingXmlElements, missingXmlElements, parseHtml, parseJson, parseText, parseXml, prepareParameters, semistructured, semistructured, split, structured, structured, structured, unescape, writeJson, writeText, writeXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SourceScribe()
Method Detail |
---|
protected Source _parseValue(String value)
SimplePropertyScribe
_parseValue
in class SimplePropertyScribe<Source>
value
- the property value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |