![JAR search and dependency download from the Maven repository](/logo.png)
org.rx.util.BeanMapConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rxlib Show documentation
Show all versions of rxlib Show documentation
A set of utilities for Java
package org.rx.util;
public interface BeanMapConverter {
TT convert(TS sourceValue, Class targetType, String propertyName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy