<T> StringTemplateFormatterChain |
StringTemplateFormatterChain.addBeanBasedFormatterAndParameters(T bean) |
StringTemplateFormatterChain |
StringTemplateFormatterChain.addFormatterAndParameters(Pattern pattern,
Function2<String,Object[],String> valueGetter,
Object... args) |
StringTemplateFormatterChain |
StringTemplateFormatterChain.addFormatterAndParameters(String variablePattern,
Function2<String,Object[],String> valueGetter,
Object... args) |
StringTemplateFormatterChain |
StringTemplateFormatterChain.addFormatterAndParameters(StringTemplateFormatter formatter,
Object... args) |
StringTemplateFormatterChain |
StringTemplateFormatterChain.addIndexedFormatterAndParameters(Object... args) |
StringTemplateFormatterChain |
StringTemplateFormatterChain.addMapBasedFormatterAndParameters(Map<String,Object> map) |
StringTemplateFormatterChain |
StringTemplateFormatterChain.addPlaceHolderFormatterAndParameters(Object... args) |