@Metadata(firstVersion="3.0.0",
label="dataformat,transformation",
title="Any23")
public class Any23DataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
Any23DataFormat() |
Any23DataFormat(String baseuri) |
Any23DataFormat(String baseuri,
Any23Type outputFormat) |
Any23DataFormat(String baseuri,
Any23Type outputFormat,
Map<String,String> configurations) |
Any23DataFormat(String baseuri,
Any23Type outputFormat,
Map<String,String> configurations,
List<String> extractors) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseURI() |
Map<String,String> |
getConfiguration() |
List<String> |
getExtractors() |
Any23Type |
getOutputFormat() |
void |
setBaseURI(String baseURI)
The URI to use as base for building RDF entities if only relative paths
are provided.
|
void |
setConfiguration(Map<String,String> configurations)
Configurations for Apache Any23 as key-value pairs in order to customize
the extraction process.
|
void |
setExtractors(List<String> extractors)
List of Any23 extractors to be used in the unmarshal operation.
|
void |
setOutputFormat(Any23Type outputFormat)
What RDF syntax to unmarshal as, can be: NTRIPLES, TURTLE, NQUADS,
RDFXML, JSONLD, RDFJSON, RDF4JMODEL.
|
getContentTypeHeader, getDataFormat, getDataFormatName, getOtherAttributes, getShortName, setContentTypeHeader, setDataFormat, setDataFormatName, setOtherAttributesgetId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReadPropertyPlaceholderOptions, getWritePropertyPlaceholderOptionspublic Any23DataFormat()
public Any23DataFormat(String baseuri)
public Any23DataFormat(String baseuri, Any23Type outputFormat)
public Any23DataFormat(String baseuri, Any23Type outputFormat, Map<String,String> configurations)
public Any23Type getOutputFormat()
public void setOutputFormat(Any23Type outputFormat)
public Map<String,String> getConfiguration()
public void setConfiguration(Map<String,String> configurations)
public List<String> getExtractors()
public void setExtractors(List<String> extractors)
public String getBaseURI()
public void setBaseURI(String baseURI)
Apache Camel