| Package | Description |
|---|---|
| org.apache.camel.builder | |
| org.apache.camel.model.dataformat |
The JAXB POJOs for the
Data Formats used to
marshal and unmarshal objects to and from streams inside
components
|
| Modifier and Type | Method and Description |
|---|---|
T |
DataFormatClause.any23(String baseuri,
Any23Type outputformat) |
T |
DataFormatClause.any23(String baseuri,
Any23Type outputformat,
Map<String,String> configurations) |
T |
DataFormatClause.any23(String baseuri,
Any23Type outputformat,
Map<String,String> configurations,
List<String> extractors) |
| Modifier and Type | Method and Description |
|---|---|
Any23Type |
Any23DataFormat.getOutputFormat() |
static Any23Type |
Any23Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Any23Type[] |
Any23Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Any23DataFormat.setOutputFormat(Any23Type outputFormat)
What RDF syntax to unmarshal as, can be: NTRIPLES, TURTLE, NQUADS,
RDFXML, JSONLD, RDFJSON, RDF4JMODEL.
|
| Constructor and Description |
|---|
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) |
Apache Camel