public class ReplacementFormatters extends Object
Modifier and Type | Method and Description |
---|---|
static ReplacementFormatter |
create() |
static ReplacementFormatter |
create(String prefix,
String suffix) |
static String |
format(String template,
Object o) |
static String |
format(String template,
String s) |
static String |
format(String prefix,
String suffix,
String template,
Object o) |
static String |
format(String prefix,
String suffix,
String template,
String s) |
public static ReplacementFormatter create()
public static ReplacementFormatter create(String prefix, String suffix)
Copyright © 2024. All rights reserved.