Class StringTemplateConstants
- java.lang.Object
-
- org.apache.camel.component.stringtemplate.StringTemplateConstants
-
public final class StringTemplateConstants extends Object
StringTemplate constants.
-
-
Field Summary
Fields Modifier and Type Field Description static String
STRINGTEMPLATE_RESOURCE_URI
static String
STRINGTEMPLATE_TEMPLATE
static String
STRINGTEMPLATE_VARIABLE_MAP
-
-
-
Field Detail
-
STRINGTEMPLATE_RESOURCE_URI
@Metadata(description="A URI for the template resource to use instead of the endpoint configured.", javaType="String") public static final String STRINGTEMPLATE_RESOURCE_URI
- See Also:
- Constant Field Values
-
STRINGTEMPLATE_VARIABLE_MAP
@Metadata(description="Map of the variables which are made available to a script or template", javaType="Map<String, Object>") public static final String STRINGTEMPLATE_VARIABLE_MAP
- See Also:
- Constant Field Values
-
STRINGTEMPLATE_TEMPLATE
@Metadata(description="The template to use instead of the endpoint configured.", javaType="String") public static final String STRINGTEMPLATE_TEMPLATE
- See Also:
- Constant Field Values
-
-