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 VarReportCreatorConstructors. 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 VarReportCreatorVarReportCreatorAdaptor. 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.JsonElementVarReportCreatorAdaptor. 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 VarReportCreatorVarReportCreator. addParameter(String name, String type, String description)VarReportCreatorVarReportCreator. addReportParameter(ReportParameter p)VarReportCreatorVarReportCreator. setExample(String example)