Class TemplateCombineStrategy

java.lang.Object
io.atlasmap.core.DefaultAtlasCombineStrategy
io.atlasmap.core.TemplateCombineStrategy
All Implemented Interfaces:
AtlasCombineStrategy

public class TemplateCombineStrategy extends DefaultAtlasCombineStrategy
A template-based combine strategy that uses a template in place of a delimiter to combine the input using MessageFormat.format(String, Object...).

Warning: The indexes in the template must be one-based, unlike the MessageFormat.format(String, Object...) method, which expects zero-based indexes.