Package net.sf.jasperreports.json.query
Class JsonQueryExecuterFactory
java.lang.Object
net.sf.jasperreports.engine.query.AbstractQueryExecuterFactory
net.sf.jasperreports.json.query.JsonQueryExecuterFactory
- All Implemented Interfaces:
QueryExecuterFactory,Designated
- Direct Known Subclasses:
JsonQLQueryExecuterFactory
JSON query executer factory.
The factory creates
JsonQueryExecuter
query executers.- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringParameter/property holding the format pattern used to instantiate java.util.Date instances.static final StringBuilt-in parameter holding the value of thejava.io.InputStreamto be used for obtaining the JSON data.static final StringParameter holding the value of the datasource Localestatic final StringBuilt-in parameter/property holding thejava.lang.Stringcode of the locale to be used when parsing the JSON data.static final StringParameter/property holding the format pattern used to instantiate java.lang.Number instances.static final Stringstatic final StringBuilt-in parameter/property holding the value of the source for the JSON file.static final Stringstatic final StringParameter holding the value of the datasource Timezonestatic final StringBuilt-in parameter/property holding thejava.lang.Stringvalue of the time zone id to be used when parsing the JSON data.Fields inherited from interface net.sf.jasperreports.engine.query.QueryExecuterFactory
QUERY_EXECUTER_FACTORY_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) createQueryExecuter(QueryExecutionContext context, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) Object[]booleansupportsQueryParameterType(String className)
-
Field Details
-
JSON_QUERY_EXECUTER_NAME
- See Also:
-
JSON_INPUT_STREAM
Built-in parameter holding the value of thejava.io.InputStreamto be used for obtaining the JSON data.- See Also:
-
JSON_SOURCE
Built-in parameter/property holding the value of the source for the JSON file. It can be:- a resource on the classpath
- a file from the filesystem, with an absolute or relative path
- a url
- See Also:
-
JSON_SOURCES
- See Also:
-
JSON_DATE_PATTERN
Parameter/property holding the format pattern used to instantiate java.util.Date instances.- See Also:
-
JSON_NUMBER_PATTERN
Parameter/property holding the format pattern used to instantiate java.lang.Number instances.- See Also:
-
JSON_LOCALE
Parameter holding the value of the datasource Locale- See Also:
-
JSON_LOCALE_CODE
Built-in parameter/property holding thejava.lang.Stringcode of the locale to be used when parsing the JSON data. The allowed format is: language[_country[_variant]]- See Also:
-
JSON_TIME_ZONE
Parameter holding the value of the datasource Timezone- See Also:
-
JSON_TIMEZONE_ID
Built-in parameter/property holding thejava.lang.Stringvalue of the time zone id to be used when parsing the JSON data.- See Also:
-
-
Constructor Details
-
JsonQueryExecuterFactory
public JsonQueryExecuterFactory()
-
-
Method Details
-
getBuiltinParameters
- Specified by:
getBuiltinParametersin interfaceQueryExecuterFactory
-
createQueryExecuter
public JRQueryExecuter createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) throws JRException- Specified by:
createQueryExecuterin interfaceQueryExecuterFactory- Throws:
JRException
-
createQueryExecuter
public JRQueryExecuter createQueryExecuter(QueryExecutionContext context, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) throws JRException- Specified by:
createQueryExecuterin interfaceQueryExecuterFactory- Throws:
JRException
-
supportsQueryParameterType
- Specified by:
supportsQueryParameterTypein interfaceQueryExecuterFactory
-
getDesignation
- Specified by:
getDesignationin interfaceDesignated
-