ezvcard.io.scribe
Class DeathdateScribe
java.lang.Object
ezvcard.io.scribe.VCardPropertyScribe<T>
ezvcard.io.scribe.DateOrTimePropertyScribe<Deathdate>
ezvcard.io.scribe.DeathdateScribe
public class DeathdateScribe
- extends DateOrTimePropertyScribe<Deathdate>
Marshals Deathdate
properties.
- Author:
- Michael Angstadt
Methods inherited from class ezvcard.io.scribe.VCardPropertyScribe |
_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 |
DeathdateScribe
public DeathdateScribe()
newInstance
protected Deathdate newInstance(String text)
- Specified by:
newInstance
in class DateOrTimePropertyScribe<Deathdate>
newInstance
protected Deathdate newInstance(Date date,
boolean hasTime)
- Specified by:
newInstance
in class DateOrTimePropertyScribe<Deathdate>
newInstance
protected Deathdate newInstance(PartialDate partialDate)
- Specified by:
newInstance
in class DateOrTimePropertyScribe<Deathdate>
Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.