| Package | Description |
|---|---|
| net.sf.jasperreports.engine.data |
Provides various report data source implementations and allows creating custom data sources.
|
| net.sf.jasperreports.engine.query |
Provides support for report queries and query executers.
|
| Modifier and Type | Method and Description |
|---|---|
TextDataSourceAttributes |
TextDataSourceAttributes.clone() |
TextDataSourceAttributes |
JRAbstractTextDataSource.getTextAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRAbstractTextDataSource.setTextAttributes(TextDataSourceAttributes attributes) |
| Constructor and Description |
|---|
JsonDataSourceProvider(JasperReportsContext jasperReportsContext,
String jsonSource,
String queryString,
TextDataSourceAttributes textAttributes) |
JsonQLDataSourceProvider(JasperReportsContext jasperReportsContext,
String jsonSource,
String queryString,
TextDataSourceAttributes textAttributes) |
| Modifier and Type | Method and Description |
|---|---|
protected TextDataSourceAttributes |
AbstractJsonQueryExecuter.getTextAttributes() |
| Modifier and Type | Method and Description |
|---|---|
protected RewindableDataSourceProvider<JsonDataSource> |
JsonQueryExecuter.getJsonDataProviderInstance(String source,
TextDataSourceAttributes textAttributes) |
protected RewindableDataSourceProvider<JsonQLDataSource> |
JsonQLQueryExecuter.getJsonDataProviderInstance(String source,
TextDataSourceAttributes textAttributes) |
protected abstract RewindableDataSourceProvider<T> |
AbstractJsonQueryExecuter.getJsonDataProviderInstance(String source,
TextDataSourceAttributes textAttributes) |
Copyright © 2017. All rights reserved.