Searched refs:convertedValue (Results 1 – 2 of 2) sorted by relevance
97 final String convertedValue = matcher.replaceAll(field.second); in apply() local98 converted.append(convertedValue); in apply()
2255 T convertedValue = null; in convertStrings() local2257 convertedValue = converter.apply(configString); in convertStrings()2262 if (convertedValue != null) { in convertStrings()2263 convertedValues.add(convertedValue); in convertStrings()