public interface ElTypeConverter
| Modifier and Type | Method and Description |
|---|---|
<T> T |
convert(Object value,
Class<T> type)
Performs the convertion of the given value to the given type.
|
Class[] |
getFromClasses()
The list of classes that this converter can convert from.
|
Class[] |
getToClasses()
The list of classes that this converter can convert to.
|
Class[] getFromClasses()
Class[] getToClasses()
Copyright © 2015–2016 Bridje Framework. All rights reserved.