public interface ForcedFieldValueConverter
ForcedFieldValueConverter convert = new DefaultForcedFieldValueConverter();
String rawFieldValue = "0.01";
Float value = converter.convert(Float.class, rawFieldValue);
The exceptions will be thrown while encounter invalid format.Copyright © 2020 com.github.braisdom. All rights reserved.