Uses of Class
org.apache.camel.dataformat.any23.Any23OutputFormat
-
Packages that use Any23OutputFormat Package Description org.apache.camel.dataformat.any23 org.apache.camel.dataformat.any23.utils -
-
Uses of Any23OutputFormat in org.apache.camel.dataformat.any23
Methods in org.apache.camel.dataformat.any23 that return Any23OutputFormat Modifier and Type Method Description Any23OutputFormat
Any23DataFormat. getOutputFormat()
static Any23OutputFormat
Any23OutputFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static Any23OutputFormat[]
Any23OutputFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.dataformat.any23 with parameters of type Any23OutputFormat Modifier and Type Method Description Any23DataFormat
Any23DataFormat. setOutputFormat(Any23OutputFormat outputFormat)
Constructors in org.apache.camel.dataformat.any23 with parameters of type Any23OutputFormat Constructor Description Any23DataFormat(Map<String,String> configurations, List<String> extractors, Any23OutputFormat outputFormat, String baseURI)
Any23DataFormat(Map<String,String> configurations, Any23OutputFormat outputFormat, String baseURI)
Any23DataFormat(Any23OutputFormat outputFormat, String baseURI)
-
Uses of Any23OutputFormat in org.apache.camel.dataformat.any23.utils
Methods in org.apache.camel.dataformat.any23.utils with parameters of type Any23OutputFormat Modifier and Type Method Description static org.apache.any23.writer.TripleHandler
Any23Utils. obtainHandler(Any23OutputFormat format, OutputStream outputStream)
-