public interface ElAdvanceConverter
| Modifier and Type | Method and Description |
|---|---|
<F,T> boolean |
canConvert(Class<F> from,
Class<T> to)
Determines when ever this convertor can covert the specified value to the
specified class.
|
<T> T |
convert(Object value,
Class<T> type)
Performs the conversion of the given value to the given type.
|
<F,T> boolean canConvert(Class<F> from, Class<T> to)
F - The type of the value be converted.T - The type of the result.from - The class of the value be converted.to - The class of the result.Copyright © 2015–2017 Bridje Framework. All rights reserved.