Interface DataFormatName
public interface DataFormatName
Marker interface that exposes the canonical name of a
DataFormat implementation, enabling runtime lookup and
catalog introspection without depending on the concrete class.
Camel uses the name returned by getDataFormatName() to register the format in the
data format catalog, to resolve formats by name in
YAML/XML DSL declarations, and for display in the Camel
JBang CLI. The name should match the name attribute declared in the component's Maven descriptor.- See Also:
-
Method Summary
-
Method Details
-
getDataFormatName
String getDataFormatName()The name of the data format
-