Uses of Class
net.odoframework.beans.ObjectToMap
| Package | Description |
|---|---|
| net.odoframework.beans |
-
Uses of ObjectToMap in net.odoframework.beans
Methods in net.odoframework.beans that return ObjectToMap Modifier and Type Method Description ObjectToMap<Source>ObjectToMap. binding(String name, ConvertingPropertyBinding<Source,?,?> binding)ObjectToMapObjectToMap. newInstanceConstructor(Supplier<Source> source)Methods in net.odoframework.beans that return types with arguments of type ObjectToMap Modifier and Type Method Description <T> Optional<ObjectToMap<T>>MapToObjectRegistry. get(Class<T> type)Methods in net.odoframework.beans with parameters of type ObjectToMap Modifier and Type Method Description <T> MapToObjectRegistryMapToObjectRegistry. add(Class<T> type, ObjectToMap<T> mapper)