Class StringTemplateConstants


  • public final class StringTemplateConstants
    extends Object
    StringTemplate constants.
    • 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