
artoria.mock.ClassMockerConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of artoria-extend Show documentation
Show all versions of artoria-extend Show documentation
Artoria is a java technology framework based on the facade pattern.
The newest version!
package artoria.mock;
import java.util.Map;
public class ClassMockerConfig {
private Map mockerMap;
private Class> type;
public Map getMockerMap() {
return mockerMap;
}
public void setMockerMap(Map mockerMap) {
this.mockerMap = mockerMap;
}
public Class> getType() {
return type;
}
public void setType(Class> type) {
this.type = type;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy