com.almondtools.conmatch.util.NameMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of conmatch Show documentation
Show all versions of conmatch Show documentation
Hamcrest Matchers for generic programming idioms.
package com.almondtools.conmatch.util;
public interface NameMapper {
String map(String name);
String unMap(String name);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy