
website.automate.jwebrobot.utils.Mapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebrobot Show documentation
Show all versions of jwebrobot Show documentation
Reference implementation of the web automation markup language (WAML).
The newest version!
package website.automate.jwebrobot.utils;
public interface Mapper {
T map(S source);
void map(S source, T target);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy