Uses of Class
com.walkfares.odsl.var.report.VarReportCreator
Package | Description |
---|---|
com.walkfares.function | |
com.walkfares.odsl.var.adaptor | |
com.walkfares.odsl.var.report |
-
Uses of VarReportCreator in com.walkfares.function
Methods in com.walkfares.function that return VarReportCreator Modifier and Type Method Description VarReportCreator
Constructors. ReportCreator()
-
Uses of VarReportCreator in com.walkfares.odsl.var.adaptor
Methods in com.walkfares.odsl.var.adaptor that return VarReportCreator Modifier and Type Method Description VarReportCreator
VarReportCreatorAdaptor. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
Methods in com.walkfares.odsl.var.adaptor with parameters of type VarReportCreator Modifier and Type Method Description com.google.gson.JsonElement
VarReportCreatorAdaptor. serialize(VarReportCreator src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
Uses of VarReportCreator in com.walkfares.odsl.var.report
Methods in com.walkfares.odsl.var.report that return VarReportCreator Modifier and Type Method Description VarReportCreator
VarReportCreator. addParameter(String name, String type, String description)
VarReportCreator
VarReportCreator. addReportParameter(ReportParameter p)
VarReportCreator
VarReportCreator. setExample(String example)