![JAR search and dependency download from the Maven repository](/logo.png)
de.otto.flummi.response.SearchHitField Maven / Gradle / Ivy
The newest version!
package de.otto.flummi.response;
public class SearchHitField {
private Object value;
public V getValue() {
return (V) value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy