T - the converted typeE - the exception type on failed converstion, use RuntimeException if none@FunctionalInterface public static interface Converter.Conversion<T,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(String value)
Converts the given property value into a typed object.
|
Copyright © 2013–2015 binkley's BLOG. All rights reserved.