Uses of Class
biweekly.io.json.JCalValue

Packages that use JCalValue
biweekly.io.json   
biweekly.property.marshaller   
 

Uses of JCalValue in biweekly.io.json
 

Methods in biweekly.io.json that return JCalValue
static JCalValue JCalValue.multi(List<?> values)
          Creates a multi-valued value.
static JCalValue JCalValue.multi(Object... values)
          Creates a multi-valued value.
static JCalValue JCalValue.object(ListMultimap<String,Object> value)
          Creates an object value.
static JCalValue JCalValue.single(Object value)
          Creates a single-valued value.
static JCalValue JCalValue.structured(List<List<?>> values)
          Creates a structured value.
static JCalValue JCalValue.structured(Object... values)
           Creates a structured value.
 

Methods in biweekly.io.json with parameters of type JCalValue
 void JCalRawReader.JCalDataStreamListener.readProperty(List<String> componentHierarchy, String propertyName, ICalParameters parameters, ICalDataType dataType, JCalValue value)
          Called when a property is read.
 void JCalRawWriter.writeProperty(String propertyName, ICalDataType dataType, JCalValue value)
          Writes a property to the current component.
 void JCalRawWriter.writeProperty(String propertyName, ICalParameters parameters, ICalDataType dataType, JCalValue value)
          Writes a property to the current component.
 

Uses of JCalValue in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return JCalValue
protected  JCalValue AttachmentMarshaller._writeJson(Attachment property)
           
protected  JCalValue DurationPropertyMarshaller._writeJson(DurationProperty property)
           
protected  JCalValue ExceptionDatesMarshaller._writeJson(ExceptionDates property)
           
protected  JCalValue FreeBusyMarshaller._writeJson(FreeBusy property)
           
protected  JCalValue GeoMarshaller._writeJson(Geo property)
           
protected  JCalValue RecurrenceDatesMarshaller._writeJson(RecurrenceDates property)
           
protected  JCalValue RequestStatusMarshaller._writeJson(RequestStatus property)
           
protected  JCalValue UtcOffsetPropertyMarshaller._writeJson(T property)
           
protected  JCalValue TextPropertyMarshaller._writeJson(T property)
           
protected  JCalValue RecurrencePropertyMarshaller._writeJson(T property)
           
protected  JCalValue ListPropertyMarshaller._writeJson(T property)
           
protected  JCalValue IntegerPropertyMarshaller._writeJson(T property)
           
protected  JCalValue ICalPropertyMarshaller._writeJson(T property)
           Marshals a property's value to a JSON data stream (jCal).
protected  JCalValue DateTimePropertyMarshaller._writeJson(T property)
           
protected  JCalValue DateOrDateTimePropertyMarshaller._writeJson(T property)
           
protected  JCalValue TriggerMarshaller._writeJson(Trigger property)
           
protected  JCalValue VersionMarshaller._writeJson(Version property)
           
protected  JCalValue XmlMarshaller._writeJson(Xml property)
           
 JCalValue ICalPropertyMarshaller.writeJson(T property)
          Marshals a property's value to a JSON data stream (jCal).
 

Methods in biweekly.property.marshaller with parameters of type JCalValue
protected  Xml XmlMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Version VersionMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T UtcOffsetPropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Trigger TriggerMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T TextPropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  RequestStatus RequestStatusMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T RecurrencePropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  RecurrenceDates RecurrenceDatesMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T ListPropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T IntegerPropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T ICalPropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
          /**
protected  Geo GeoMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  FreeBusy FreeBusyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  ExceptionDates ExceptionDatesMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  DurationProperty DurationPropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T DateTimePropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T DateOrDateTimePropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Attachment AttachmentMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
 ICalPropertyMarshaller.Result<T> ICalPropertyMarshaller.parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters)
          Unmarshals a property's value from a JSON data stream (jCal).
protected static ICalPropertyMarshaller.StructuredIterator ICalPropertyMarshaller.structured(JCalValue value)
          Provides an iterator for a jCard structured value.
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.