| Modifier and Type | Method and Description |
|---|---|
<F,T> ElSimpleConverter<F,T> |
ElSimpleConvertMap.get(Class<F> from,
Class<T> to)
Gets the correct converter (if it exists) by the given source and destiny
clases for the convertion.
|
| Modifier and Type | Method and Description |
|---|---|
<F,T> void |
ElSimpleConvertMap.add(Class<F> from,
Class<T> to,
ElSimpleConverter<F,T> conv)
Specifies the correct converter by the given source and destiny clases
for the convertion.
|
Copyright © 2015–2019 Bridje Framework. All rights reserved.