32333435363738
@AuraConfiguration public class TestTypeConvertersConfig { @Impl public static Converter<String, CustomPairType> testUtilStringToCustomPairType() { return new StringToCustomPairConverter(); }