Uses of Class
net.odoframework.beans.ConvertingPropertyBinding
| Package | Description |
|---|---|
| net.odoframework.beans |
-
Uses of ConvertingPropertyBinding in net.odoframework.beans
Methods in net.odoframework.beans that return ConvertingPropertyBinding Modifier and Type Method Description static <T, K> ConvertingPropertyBinding<T,K,K>ConvertingPropertyBinding. passThrough(Function<T,K> getter, BiConsumer<T,K> setter)static <T, K, Z> ConvertingPropertyBinding<T,K,Z>ConvertingPropertyBinding. withConversion(Function<T,K> getter, BiConsumer<T,K> setter, Class<K> target, Class<Z> raw)Methods in net.odoframework.beans with parameters of type ConvertingPropertyBinding Modifier and Type Method Description ObjectToMap<Source>ObjectToMap. binding(String name, ConvertingPropertyBinding<Source,?,?> binding)