Class AbstractJSContactBuilder
- java.lang.Object
 - 
- org.mnode.ical4j.serializer.jscontact.AbstractJSContactBuilder
 
 
- 
- All Implemented Interfaces:
 JsonBuilder
- Direct Known Subclasses:
 JSCardBuilder,JSCardGroupBuilder
public abstract class AbstractJSContactBuilder extends Object implements JsonBuilder
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected net.fortuna.ical4j.vcard.VCardcomponent 
- 
Constructor Summary
Constructors Constructor Description AbstractJSContactBuilder() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract JsonNodebuild()Build a JSON node representing the JSCalendar object.AbstractJSContactBuildercomponent(net.fortuna.ical4j.vcard.VCard component)protected ObjectNodecreateObjectNode()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.mnode.ical4j.serializer.JsonBuilder
putIfNotNull, putIfNotNull, putIfNotNull 
 - 
 
 - 
 
- 
- 
Method Detail
- 
component
public AbstractJSContactBuilder component(net.fortuna.ical4j.vcard.VCard component)
 
- 
createObjectNode
protected ObjectNode createObjectNode()
 
- 
build
public abstract JsonNode build()
Build a JSON node representing the JSCalendar object.- Returns:
 - a JSON representation of a JSCalendar object
 
 
 - 
 
 -