com.rapid7.armor.dictionary.Dictionary Maven / Gradle / Ivy
package com.rapid7.armor.dictionary;
public interface Dictionary {
String getValue(Integer entityId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.rapid7.armor.dictionary;
public interface Dictionary {
String getValue(Integer entityId);
}